body{
   font-family: 'Poppins', sans-serif;
   margin: 0;
   padding: 0;
   align-items: center;
}
.head-txt{
   text-align: center;
}
.btn{
   color: #FFF;
   background: #000;
   padding: 12px 20px;
   border-radius: 40px;
   text-decoration: none;
   font-weight: 600;
   transition: 0.5s ease;
   margin-top: 30px;
}
.btn:hover{
   color: #000;
   background: #FFF;
   font-weight: 600;
}
#finish{
   text-align: center;
}
.headtxt h1{
   color: #FFF;
   font-size: 120px;
   margin-top: 10px;
}
.headtxt p{
   color: #FFF;
   font-size: 16px;
   margin-top: 0;
}
.headtxt a{
   text-decoration: none;
}
.headtxt .button p{
   color: #0000FF;
}