h1{
    font-family: 'Luckiest Guy', cursive;
    text-align: center;
}

body{
    background-image: url("../images/Gir.png");
}

.btn-primary{
    background: red;
    border: red;
    margin: 10px;
    border-radius: 12px;
}






