@font-face {
    src: url("https://file.garden/aZIs8P3ch2qR4upS/whitney-medium.otf");
    font-family: whitney;
}

html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-family: whitney;
    flex-direction: row;
    background-image: url(https://file.garden/aZIs8P3ch2qR4upS/animewallpaper.jpg);
    background-size: cover;
}

button {
    background-color: transparent;
    color: #99aab5;
    border-style: hidden;
    font-family: whitney;
    font-size: 1.04em;
    padding: 5px;
    margin: 2px;
    width: 195px;
    height: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 12px;
}

h1 {
    padding: 0;
    margin: 0;
}

hr {
    border-color: #5e646e;
    border-style: dashed;
}

a {
    font-family: whitney;
    color: #7289da;
    text-decoration-style: dashed;
}

a:hover {
    font-style: italic;
}

/* Sidebar */

.convbar {
    width: 200px;
    height: 600px;
    background-color: #2c2f33;
    color: #99aab5;
    padding: 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    gap: 5px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
}

.hover {
    transition: 0.15s ease;
}

.active {
    padding: 5px;
    margin: 0;
    width: 195px;
    height: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #3f4349;
}

.hover:hover {
    background-color: #32353a;
}

.gap {
    background-color: transparent;
    height: 10px;
}

.megagap {
    background-color: transparent;
    height: 225px;
}

#you {
    border-radius: 12px;
    margin-top: 19px;
    height: 40px;
    color: #dbe3e8;
    width: 195px;
    background-color: #25272a;
}

/* Chatpage */
.chatpage {
    width: 600px;
    height: 580px;
    background-color: #2f3237;
    color: #dbe3e8;
    padding: 20px;
    gap: 5px;
    font-size: 1.2em;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #99aab5;
}

.messageheader {
    margin: 0;
    width: fit-content;
    height: fit-content;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 12px;
}

.message {
    font-size: 0.88em;
    margin-left: 42px;
    line-height: 1.4;
}

#messagebox {
    height: 40px;
    width: 595px;
    margin-top: 20px;
    font-size: 0.8em;
    color: #50555e;
    background-color: #353940;
}

/* Profile */
.profilebar {
    width: 200px;
    height: 610px;
    background-color: #23272a;
    color: #dbe3e8;
    border-color: #99aab5;
    padding: 0 10px 10px 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.padding {
    padding: 12px 0 0 12px;
    margin: 0;
}

.aboutme {
    font-size: 0.88em;
    background-color: #1d2022;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 10px;
    width: 170px;
    border-radius: 12px;
    line-height: 1.4;
}