body, 
html{
    width: 100%;
    height: 100%;
    font-family: 'Original Surfer', cursive;
    background: url(60935d8b844f5.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1{
    font-size: 40px;
    align-content: center;
    color: white;
}
.btn{
    font-weight: 500;
    border-radius: 300px;
    text-transform: uppercase;
    align-items: center;
}
.btn-xl{
    padding: 1rem 2rem;
}
.btn-primary{
     background-color: rgb(114, 6, 100);
}
.btn-primary:hover{
    background-color: rgb(43, 2, 37);
    border-color:  rgb(43, 2, 37);
    border-width: 4px;
   
}
.buffer{
    height: 15rem;
}
