.container{
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo {
    width: 80%;
}

p {
   font-family: Arial, sans-serif;
    font-size: 1.5rem;
}

a {
    text-decoration: none;
    color: black;
}
