*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;  
}

body{
    font-family: "Quicksand";
    weight:700;
    background-color: #51087c ;
    color: #FFD700;
    padding-top: 30px;

}

.container{
    height: 100vh;
    width: 100vw;
    place-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;

   
}

.container h2{
    width: 90%;
   
}

.container  .btn_1 a{
    width: 25%;
    padding: 10px 15px;
   
    height: 30px;
    background-color: #FFD700;
    color:  #51087c ;
    border-radius: 20px;
    text-decoration: none;
}

.container .btn_1{
    width: 90%;
    margin-top: 45px;
}