*{
    font-family: Arial, Helvetica, sans-serif;
    padding:0;
    margin:0;
}

body{
    text-align: center;
    background-color: #e5d1b6 ;
}

h1{
    padding-top: 375px;
    font-size:80px;
    color:#800020;
    font-family: Lobster;
}

p{
    font-size: 25px;
    font-weight: 600;
    color:#800020;
}

button{
    font-weight: 600;
    margin: 10px;
    margin-top:60px;
    
    border:none;
    border-radius: 10px;
    padding:10px;
    background-color:#d73240;
    color:white;
}

footer{
    padding-top: 15px;
    font-size:18x;
    height:40px;
    background-color:black;
    color:aliceblue;
    position:absolute;
    bottom:0;
    width:100%;
}