body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1vw;
    letter-spacing: 0.1rem;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #000000;
}

a:hover {
    color: #ffffff;
}

#text {
margin-top: 20px;
background: rgba(255, 255, 255, 0.7);
padding: 20px;
border-radius: 8px; 
text-align: center;
font-weight: 400;
}
