body{
    background-color: #e8e8e8;
}
*{
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
h1{
    color: #ff2d6b;
}
#footer{
    background-color: grey;
    color: white;
}
button{
    border-radius: 5px;
    border-color: #ff2d6b;
}
#pretendButton{
    border-radius: 5px;
    border-color: #ff2d6b;
}