body {
    background-color: white;
    /* background-image: radial-gradient(circle, rgb(255, 191, 71), rgb(255, 255, 255)); */
    background-image: url("https://i.pinimg.com/736x/07/0f/71/070f7193a6c4d25aeac22fd3cefd37b8.jpg");
    background-size: cover;
    color: black;
    font-family: 'Courier New', Courier, monospace;
    height: 100%;
    margin: 0px;
}


.main-group, .main-modal-body {
    display: flex; 
    flex-direction: row;
}


h1 {
    margin: 0;
    margin-left: 10%;
    font-family: copperplate, fantasy;
    font-weight: bold;
    font-size: 5em;
    color: rgb(91 255 76 / 25%);
    background: url(https://i.gifer.com/R8su.gif);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.5px rgb(233, 223, 205);
}


#group {
    height: 100%;
    width: 80%;
    margin-left: 2%;
    margin-top: 2%;
}

#vertical-marquee {
    height: 100vh;
    width: 15%;
    margin-left: 1%;
    margin-right: 1%;
}

#vertical-marquee .char {
    margin-bottom: 5%;
    height: 50%;
    width: 100%;
}

.main-modal, .main-modal-button {
    border: 1px solid;
    box-shadow: 1px 1px 0 0 #000;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    background-color: #BFBFBF;
    padding: 4px;

}

.main-modal-bar {
    border: 1px solid;
    box-shadow: 1px 1px 0 0 #000;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    text-align: left;
    background: #f5cf26;
    outline: 0;
    padding-left: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 4px;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-modal-bar p {
    padding-left: 10px;
    color: #FFF;
    text-shadow: 0px 0px 8px tomato;
    font-weight: bolder;
    font-size: large;
}

.main-modal-button {
    width: 16px;
    height: 16px;
    font-size: 1.0rem;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 6px;
    font-family: sans-serif;
    font-weight: normal;
}

.main-modal-button:active {
    transform: translateY(1px);
    box-shadow: 1px 1px #000; 
}

.main-modal-button button {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: none;
    width: 100%; 
}


.nav-links {
    width: 100%;
    list-style-type: none;
    align-self: start;
    padding: 0;
}

.nav-links li {
    width: 100%;
    border: 1px solid;
    box-shadow: 1px 1px 0 0 #000;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    text-align: left;
    background: #f5cf26;
    outline: 0;
    padding: 5%;
    margin-bottom: 10%;
}

.nav-links li:active {
    transform: translateY(1px);
    box-shadow: 1px 1px #000; 
}

.nav-links a {
    text-decoration: none;
}

.nav-links p {
    margin: 0;
    color: #FFF;
}

.main-modal-body {
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

#article {
    margin-left: 5%;
    width: 90%;
}

section { 
    display: none; 
}

section:target { 
    display: block; 
}
