.photo{
    max-width: 30%;
    border-radius: 500px;
}
body{
    height: 100%;
    background-color: #222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.button{
    background-color: white;
    color: #222;
    border-radius: 5px;
    border: 2px solid lightblue;
    margin: 1rem;
    padding:.5rem 1rem;
    text-decoration: none;
}
.button:hover{
    background-color: lightblue;
}
h1,h3{
    color:white
}