


/*   NAVBAR   */

ul {
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

nav li {
    display: inline-block;
    float: right;
    margin: 4.5%;
}

nav a {
    text-decoration: none;
    color: black;
}

#navbasic {
    font-family: 'Nanum Pen Script';
    font-style: normal;
    font-size: 45px;
    height: 152px;
    width: 100vw;
    top: 0;
    display: flex;
    flex-direction: column;
}

#BBB {
    width: 640px;
    height: auto;
}

#logo {
    position: absolute;
    top: 0;
}




/*   FOOTER   */



footer {
    background-color: #3F3F3F;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 30%;
    padding-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footericonwrapper {
    justify-content: space-between;
    width: 14%;
    display: flex;
    align-items: center;
}

.footericons {
    justify-content: space-between;
    height: 30px;
    width: auto;
    padding-top: 2%;
    margin: auto;
    display: inline-flex;
}

.footertext {
    font-family: 'Nanum Pen Script';
    font-style: normal;
    font-size: 23px;
    color: #E5E5E5;
    text-align: center;
}