body {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh; 
}

a {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(0, 110, 255);
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

