*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    display:flex;
    text-align: center;
    align-items: center;justify-content: center;
    height: 100vh;
    background: linear-gradient(52deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}
.btn{
    padding: 10px;
}
.sec{
    margin-top: 350px;
}
#btn1,#btn2{
    height: 50px;
    width: 150px;
    border-radius: 40%;
    background: #269800;
    margin: 20px;
}
#content{
    align-self: center;
    text-align: center;
    color: white;
    height: 80px;
    width: 600px;
    font-size:30px;
    
}