*{
    margin: 0;
    padding: 0;
}
.btn{
    width: 60px;
    height: 40px;
    font-size: 25px;
    margin: 2px;
    cursor: pointer;
    background: #92d0f9;
    border: none;
    color: #fff;
}
.btn:hover{
    background-color: rgb(7, 149, 250);
}
.t{
    width: 280px;
    margin: 5px;
    font-size: 25px;
    padding: 5px;
    border: none;
}
.main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.ah{
    width: 100%;
    text-align: center;
    background: linear-gradient(to right,rgb(253, 207, 250),rgb(255, 9, 251));
    text-decoration: none;
    color: black;
    display: inline-block;
    font-size: 20px;
}
.background{
    background: linear-gradient(to right,rgb(253, 207, 250),rgb(255, 9, 251));
    height: 100vh;
}