ul,li,a{
    text-decoration: none;
    list-style: none;
}
.main{
    display: flex;
    margin-top: 30px;
    padding: 20px;
    gap: 20px;
    height: 85vh;
}
.text{
    color: #000;
    font-size: 50px;
}
.p{
    color: #000;
    font-size: 20px;
    margin-top: 20px;
}
.btn1{
    display: inline-block;
    background-color: #02c3d0;
    color: #ffffff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}
