.top{
    display: flex;
    justify-content: center;
    background-color: #c7af9d;
}

.top div{
    display: flex;
    margin: 2%;
}

body{
    background-color: #fcdab7;
}

.button{
    display: flex;
    width: 30%;
    padding: 2%;
    text-align: center;
    color: #fcdab7;
    border-radius: 8px;
}