body{
    background-color: rgb(183, 204, 153);
}

.group{
    width: 60%;
    
    text-align: center;
    margin-left:20%;
    margin-top: 0;
    margin-bottom: 60px;
}
.alice{
    border: 5px solid white;
    width: 100%;
    height: 450px;
}

h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}
footer{
    text-align: center;
    background-color: rgb(146, 158, 146);
    padding: 10px;
}

.about{
    margin-bottom: 250px;
}