body,html{
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    background: url(./photo-1548611635-b6e7827d7d4a.jfif) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1{
    font-size:48px;
    color:#E2DBDB ;
}

hr{
    border-color: orangered;
    border-width: 30px;
    max-width: 65px;
}

.buffer{
    height: 298px;
}

.btn{
    background-color: orangered;
    text-transform: uppercase;
    border-radius: 300px;
    border-color: orangered;
    padding:1rem 2rem;
    font-weight: 700;
    color:#E2DBDB ;
}

.btn:hover{
    background-color: rgb(255, 54, 4);
    border-color: orangered;
    border-width: 4px;
}