body{
    margin: 0;
    background-image: url(pngtree-lush-palm-leaves-a-glimpse-of-the-enchanting-jungle-s-dark-image_13802393.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: left;
}
body{
    margin: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: left;
}
#header{
    text-align: center;
    font-family: sans-serif;
    font-size: 35px;
    background-color: rgb(0 0 0);
    color: #ffffff;
    padding: 10px;
    border-bottom: 3px solid #00ff03;
}
.main{
    width:80%;
    height:500px;
    background-color:  rgb(0 160 255 / 47%);
    border:none;
    border-radius: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.main:hover{
    width:80%;
    height:500px;
    background-color: rgba(0, 0, 0, 0.47);
    border:none;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 1s;
    cursor: pointer;
}
.text{
    width:90%;
    height:30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:none;
    border-radius: 15px;
    position:absolute;
    bottom: 0px;
    padding-bottom: 35px;
}
