*{
    margin: 0;
    padding: 0;
}
.button{
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin: 2px;
    cursor: pointer;
    background: #712ec7;
    border: none;
    color: #fff;
}
.button:hover{
    background-color: yellow;
    color: #71231ec7;
}
.textview{
    width: 207px;
    margin: 5px;
    font-size: 25px;
    padding: 5px;
    border: none;
}
.main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.ahref{
    width: 100%;
    text-align: center;
    background: linear-gradient(to right,rgb(78, 192, 180),rgb(246, 246, 53));
    text-decoration: none;
    color: black;
    display: inline-block;
    font-size: 20px;
}
.background{
    background: linear-gradient(to right,rgb(78, 192, 180),rgb(246, 246, 53));
    height: 100vh;
}