
  
  

#banner-img {
    width: 85%;
    height: 200px;
}

#link-img {
    height: 200px;
    width: 200px;
}

.main-nav {
    position: fixed;
    width: 100%;
    top: 0;
}

body {
    background-color: black;
    color: white;
    text-align: center;
}

h1 {
    margin-top: 225px; /*325px with clock*/
    text-align: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.inner {
    border: 2px solid #f21b3f;
    padding: 10px;
    margin: 40px;
}

.flex-text {
    margin-bottom: 15px;
}

#eli {
    width: 400px;
    height: 400px;
    padding: 50px;
    justify-content: center;
}

a:hover {
    color: greenyellow;
}

a:visited {
    color: yellow;
}

/* .clock {
    position: absolute;
    width: 100%;
    margin-left: 400px;
} */

footer {
    bottom: 0;
    right: 0;
    left: 0;
}


@media screen and (max-width: 1025px) {
    .chatbox {
        width: 600px;
        height: auto;
        justify-content: center;
        display: inline-flex;
    }
}

@media screen and (max-width: 628px) {
    .chatbox {
        width: 200px;
        height: auto;
        justify-content: center;
        align-items: center;
        display: inline-flex;
    }
}