html {
    max-width: 100%;
    max-height: 100%;
}

body {
    font-family: 'Courier New', Courier, monospace;
    background-color: #031b3d;
    color: #e7ebf3;
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
}

a {
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
}

p {
    color: #e7ebf3; /* or 15px, or 5%, 2rem or 3vw */
}

.dropdown-button {
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
}

.die {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px !important;
}

#main {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    margin-top: 60px;
}

#mainesque {
    justify-content: center;
    position: relative;
    margin: 80px;
    line-height: 30px;
}

#navbar {
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

#navbar ul {
    position: fixed;
    margin-top: -20px;
    margin-left: -50px;
    margin-right: -50px;
    list-style-type: none;
    width: 100%;
    background-color: #683c2c;
    font-family: monospace;
    text-align: center;
    z-index: 9999;
}

#navbar ul > li {
    display: inline-block;
    padding: 20px 7% 20px 7%;
    /* You can also add some margins here to make it look prettier */
}


#navbar li {
    z-index: 99999;
}

#navbar a {
    color: #e7ebf3;
    text-decoration: none;
}

.under:hover {
    text-decoration: underline;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #a5bad5;
    width: fit-content;
    margin-top: 10px;
    margin-right: 20px;
    text-align: left;
}

.dropdown-content a {
    color: #e7ebf3;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #b9bc70;
}

#replaceThreeStyle {
    text-align: center;
    font-size: x-large;
    font-weight: 1000;
    align-items: center;
    border-color: #b9bc70;
    border-radius: 10px;
    border-style: solid;
    border-width: 20px;
    background-color: #b9bc70;
    display: none;
}

#replaceThreeStyle:hover {
    cursor: pointer;
    background-color: #a5bad5;
    border-color: #a5bad5;
}

.round {
    overflow: hidden;
    border-radius: 10px;
    width: 90%;
}

.middleParagraphs {
    padding-left: 30px; 
    padding-right: 30px; 
    line-height: 25px;
    margin-top: 0px;
    overflow: hidden;
}

/*short stories*/
#show-shorts {
    display: none;
}

#bad-title {
    color: #a5bad57f;
}

#every-thing-bad {
    display: none;
}

/*narratives*/
#show-narrs {
    display: none;
}

#girl-og-title {
    color: #a5bad57f;
}

#girl-og {
    display: none;
}

#girl-new-title {
    color: #a5bad57f;   
}

#girl-new {
    display: none;
}

#casarao-og-title {
    color: #a5bad57f;
}

#casarao-og {
    display: none;
}

#casarao-new-title {
    color: #a5bad57f;   
}

#casarao-new {
    display: none;
}

#numbers-title {
    color: #a5bad57f;   
}

#numbers {
    display: none;
}

/*poems*/
#show-poems {
    display: none;
}

#wrong-title {
    color: #a5bad57f;
}

#every-thing-wrong {
    display: none;
}

#lang-exp {
    text-align: center; 
    margin-top: 80px; 
    margin-left: 200px; 
    margin-right: 200px;
}

#yoyoyo {
    margin-left: 60px; 
    margin-right: 60px; 
    line-height: 30px;  
}

@media screen and (min-width: 500px){

    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    .dropdown-content {
        width: 120px;
    }

    .flex-container {
        display: flex;
    }
    
    .flex-item {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .portfolio-container {
        display: flex;
    }
    
    .portfolio-item {
        width: 100%;
        align-items: center;
        text-align: center;
        border-radius: 10px;
    }

    .under:hover {
        text-decoration: underline;
    }



    .button-esque {
        margin-left: 40%; 
        margin-right: 40%;
    }

    .round {
        float: right;
    }
}

@media screen and (max-width: 1000px) {
    #replaceThreeStyle {
        font-size: 15px;
    }

    #lang-exp {
        text-align: center; 
        margin-top: 90px; 
        margin-left: 0px; 
        margin-right: 0px;
    }
}

@media screen and (max-width: 500px) {
	#navbar ul > li {
        display: inline-block;
        padding: 15px 10px 15px 10px;
        /* You can also add some margins here to make it look prettier */
    }

    li {
        font-size: larger;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #a5bad5;
        overflow: wrap;
        margin-top: 10px;
        margin-right: 20px;
        text-align: left;
    }  

    img {
        width: 100%;
    }

    .button-esque {
        margin-left: 10%; 
        margin-right: 10%;
    }

    .round {
        align-items: center;
        margin: 5%;
    }

    .breaks {
        display: none;
    }

    
}



.stfu {
    overflow-wrap: normal;
}