*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: #058674; */
    
}
body{
    background: url(b.webp) no-repeat center fixed;
    background-size: cover;
}
h1{
    margin: 35px;
    font-family: cursive;
    font-weight: bold;
    font-size: 50px;
    color: rgba(248, 243, 243, 0.49);
}
#main{
    width: 65vw;
    margin: 10px auto;
    text-align: center;
    border-radius: 50px;
}
#memes{
    width: 65vw;
    height: 70vh;
    position: relative;
}
img{
    position: relative;
    width: 100%;
    height: 100%;
}
textarea{
    width: 65vw;
    resize: vertical;
    height: 40px;
    font-size: 25px;
    overflow: hidden;
    height: 60px;
    text-align: center;
    outline: none;
    margin-bottom: -10px;
    font-weight: 600;
    font-family: sans-serif;
    border: none;
    padding: 5px;
}
#upper{
    background: #e5ff00;
    color: black;
}
#lower{
    background: black;
    color: white;
}
#input{
    display: none;
    margin-top: 50px;
}
.btn{
    background: rgb(135, 21, 184);
    text-transform: capitalize;
    padding: 10px 15px;
    font-family: sans-serif;
    border: none;
    border-radius: 20px;
    outline: none;
    font-size: 15px;
    display: inline-block;
    color: white;
    text-decoration: none;
}
#downloads{
    display: none;
}
i{
    padding: 0 5px;
}
.access{
    margin-top: 20px;
    text-align: center;
}
#memes{
    background: rgb(170, 163, 163);
    height: 425px;
}

@media screen and (max-width:800px){
    #main,img,textarea,#memes{
        width: 90vw;
    }
}
@media screen and (max-width:579px){
    #memes,img{
        height: 50vh;
    }
    .access a{
        display: block;
        width: 170px;
        margin: 5px auto;
    }
}