body
        {
            width: 97vw;
            height: 90vh;
            background-color: black;

        }
        .container
        {
         padding:15px;
        }
        .title
        {
            font-size: 5rem;
            color:rgb(177 45 225);
            text-align: center;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-weight: 1000;
            padding: 15px;
            margin: 50px;
            border-radius: 100px;
        }
     #meme-box{
        display: flex;
        justify-content: center;
     }
     #btns{
        display: flex;
        justify-content: space-around;
        margin-bottom: 50px;
     }
     button{
        width: fit-content;
        height:fit-content;
        border-radius: 60px;
        padding: 20px 50px;
        font-size: 1.5rem;
        background-color: rgb(177 45 225);
        color:white;
     }
     a{
        color:white;
        text-decoration: none;
     }