    body{
        padding:20px;
        background-color: rgb(243, 243, 228);
    }
    
    #goBack{
        position: absolute;
        display: flex;
        width: 60px;
        height: 40px;
        margin: 20px;
        margin-top: 0px;
        background-color: white;
        text-align: center;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    section{
        /* Dimensions */
        width:70%;
        /* Self Centering */
        margin:auto;
        position: relative;
        top: 30vh;
  

        /* Managing Inner Elements */
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: center;
        align-items: center;
        font-family: 'Courier New', Courier, monospace;
        font-size: small;
    }

    #yappingSection{
        position: relative;
        top: 100px;
    }

    article{

        width: 65%;
        font-size: 10.5pt;
        font-weight:500;
        
    }

    .article_title{
        text-align: center;

    }

    p{
        text-align: left;
    }

    nav{
        display: flex;
        flex-direction: column;
 

    }

    p a{
        text-decoration: none;
    }

    a{
        margin: 5px;

    }
   
