@font-face {
    font-family: "Adwaita Sans";
    src:
        local("Adwaita Sans Regular"),
        url("AdwaitaSans-Regular.woff2") format('woff2'),
        url("AdwaitaSans-Regular.ttf") format('truetype');
    font-display: swap;
}

body {
    font-family: "Adwaita Sans", sans-serif;
    color: #fff;
    background-color: #242424;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

#window {
    display: block;
    background-color: #383838;
    width: 30em;
    height: 40em;
    border-radius: 15px;
    overflow: hidden;
}

#headerbar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 47px;
    background-color: #303030;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

#me {
    display: flex;
    justify-content: center;
    padding-top: 1em;
    flex-direction: column;
    align-items: center;
}

#me>span {
    font-size: 1.25em;
    font-weight: 600;
}

#avatar {
    border-radius: 100%;
    height: 10em;
    width: 10em;
    margin-bottom: 0.6em;
}

#intro {
    max-width: 24em;
    text-align: center;
    font-size: 0.95em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 1em;
}

#buttons {
    display: flex;
    justify-content: center;
}

.button {
    margin: 0.2em;
    background-color: #3584e4;
    color: #ffffff;
    font-size: 1em;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: bold;
    border: none;
}

#eightyeightthirtyones {
  image-rendering: pixelated;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 0.5em;
  padding: 2em;
}

#eightyeightthirtyones img {  
    width: 88px;
    height: 31px;
}