
body{
    background-color: rgb(68, 69, 177);
}
h1{
    text-align: center;
    color:rgb(255, 255, 255);
}
h2{
    text-align: center;
    color:rgb(255, 255, 255);

}
.btn{
    text-decoration: none;
    text-align: center;
    margin-top: 300px;
    color: red;
    cursor: pointer;
}

