body {
    background-color: rgb(94, 205, 245);
    text-align: center;
    font-family: monospace, sans-serif;
}

#logoHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin: 0;
    position: fixed;
    left: 43%;
}

#logo {
    border-radius: 50%;
    animation: slide 0.5s linear 1;
}

@keyframes slide {
    20% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

#logo2 {
    padding: 60px;
    float: left;
    border-radius: 50%;
    display: none;
}

#rest {
    display: none;
    background-color: rgb(155, 155, 155);
    margin: 20%;
    margin-top: 8%;
    margin-bottom: 0px;
    outline: 3px solid black;
    width: 60%;
}

#bodytxt {
    font-weight: 100;
}

#x {
    outline: 3px solid black;
    display: flex;
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    font-size: large;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

#selectBar {
    position: absolute;
    display: flex;
    height: 8%;
    top: 89%;
    left: 26%;
    margin: 0px;
    width: 48%;
    border-radius: 10px;
    border: 3px solid black;
    background-color: rgb(155, 155, 155);
    align-items: center;
    justify-content: center;
    padding: 0px;
}

#github {
    width: 300px;
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    visibility: hidden;
}

#topbar {   /* github */
    width: 300px;
    height: 30px;
    border-bottom: 3px solid black;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#topbar3 {   /* WW1 */
    width: 700px;
    height: 30px;
    border-bottom: 3px solid black;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#topbar4 {   /* YouTube */
    width: 560px;
    height: 30px;
    border-bottom: 3px solid black;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#chatbotbar {
    width: 620px;
    height: 30px;
    border-bottom: 3px solid black;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#twitterbar {
    width: 300px;
    height: 30px;
    border-bottom: 3px solid black;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#twitter {
    width: 300px;
    height: 200px;
    visibility: hidden;
    font-size: 200%;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 10px;
}

#chatbot {
    width: 620px;
    height: 620px;
    visibility: hidden;
    font-size: 175%;
    top: 10px;
}

#ww1 {
    width: 700px;
    height: 520px;
    visibility: hidden;
    font-size: 200%;
    top: 10px;
}

#yt {
    width: 560px;
    height: 385px;
    visibility: hidden;
    font-size: 200%;
    top: 10px;
}

#background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
}

#chatHeader {
    margin-bottom: 0.5em;
}

#response {
    font-size: 75%;
    margin-top: 10px;
}

#loader {
    position: absolute;
    top: 520px;
    left: 267px;
    display: flex;
    gap: 10px;
}

#c1 {
    animation: 1.8s linear infinite pale;
}

@keyframes pale {
    0% {
        background-color: rgb(234, 234, 234);
    }
    50% {
        background-color: rgb(184, 184, 184);
    }
    100% {
        background-color: rgb(234, 234, 234);
    }
}

#c2 {
    animation: 1.8s linear infinite pale1;
}

@keyframes pale1 {
    0% {
        background-color: rgb(209, 209, 209);
    }
    25% {
        background-color: rgb(234, 234, 234);
    }
    50% {
        background-color: rgb(209, 209, 209);
    }
    75% {
        background-color: rgb(234, 234, 234);
    }
    100% {
        background-color: rgb(209, 209, 209);
    }
}

#c3 {
    animation: 1.8s linear infinite pale2;
}

@keyframes pale2 {
    0% {
        background-color: rgb(184, 184, 184);
    }
    50% {
        background-color: rgb(234, 234, 234);
    }
    100% {
        background-color: rgb(184, 184, 184);
    }
}

.c {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    flex: 1;
}

.button {
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    outline: 3px solid black;
    display: inline-block;
    border-radius: 7px;
    background-color: rgb(155, 155, 155);
    transition: background-color 0.5s;
    cursor: pointer;
}

.button:hover {
    background-color: rgb(200, 200, 200);
}

.icon {
    border-radius: 10px;
    margin-right: 5px;
}

.popupWindow {
    position: absolute;
    top: 300px;
    left: 300px;
    border: 3px solid black;
    background-color: rgb(155, 155, 155);
}

.xPopup {
    border-left: 3px solid black;
    display: flex;
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    font-size: large;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    margin-top: 0px;
    cursor: pointer;
}