/* meow */

body {
    background-color: blueviolet;
    margin-top: 85px;
}

.title,h1,h2,h3 {
    text-align: center;
    color: rgb(238, 217, 25);
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
}

.content,p,img,ul {
    text-align: center;
    color:blanchedalmond;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 30px;
}

header {
    background-color:rgba(84, 243, 243, 0.733);
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
}

hr {
    border: none;
    border-top: 2px solid #861900;
}

#header-text {
    margin-left: 5px;
    margin-top: 5px;
    font-family: "Bungee Tint", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#main {
    margin-top: 35px;
}

#notification {
    margin-top:5px;
    background-color: cadetblue;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

#notification-text {
    margin: 0;
    font-family: "Nabla", system-ui;
    font-size: larger;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "EDPT" 100,
        "EHLT" 12;
}

#close-btn {
    background-color: black;
    color: aliceblue;
    border: none;
    cursor: pointer;
    margin-left: auto;
}

#logo {
    display: inline;
}

#bio-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

#bio-row p {
  margin: 0;
  text-align: left;
}

#a-fun-gi {
  width: 25%;
  height: auto;
  flex-shrink: 0;
}