*{
    margin: 0;
    padding: 0;
}
a{
    font-size: 20px;
    color: black;
    text-decoration: none;
    width: 100%;
    text-align: center;
    background: linear-gradient(to right,rgb(244, 244, 227),rgb(191, 123, 254));
    text-decoration: none;
    color: black;
    display: inline-block;
    font-size: 20px;
}
button{
    width: 100px;
    height: 50px;
    font-size: 25px;
    margin: 2px;
    cursor: pointer;
    background: #76c7ea;
    border: none;
    color: #fff;  
}
button:hover{
    background-color:aqua;
}
.background{
    background: linear-gradient(to right,rgb(244, 244, 227),rgb(191, 123, 254));
    height: 100vh;
}
.main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}