@font-face {
    font-family: Algol;
    src: url("../fonts/Algol.ttf");
}

@font-face {
    font-family: Daydream;
    src: url("../fonts/Daydream.ttf");
}

* {
    margin: 0;
    padding: 0;

    font-family: Algol, system-ui;
    font-size: 20px;

    cursor: url("../img/cursors/blahaj.png"), auto;
}

body {
    background-image: url("../img/backgrounds/2.gif");
    color: white;
    background-attachment: fixed;
    height: 100vh;
    width: 100vw;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.container {
    background-image: url("../img/grids/pink_row.png");
    background-size: contain;
    background-position: center;
    background-repeat: repeat-y;

    border: #FF66CC solid 2px;
    word-wrap: break-word;

    width: max-content;
    max-width: 512px;
    height: max-content;

    padding: 1rem;

    position: relative;
}

.container::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    height: 128px;
    width: 128px;
    background-image: url("../img/me/peek-top.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.welcome_container::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    height: 128px;
    width: 128px;
    background-image: url("../img/me/peek-top.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.center {
    text-align: center;
}

.pl {
    padding-left: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Daydream, system-ui;
}

h1 {
    font-size: 32px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

h2 {
    font-size: 24px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

h3 {
    font-size: 16px;
    padding-bottom: 0.5rem;
}

h4 {
    font-size: 10px;
}

.not_found_title {
    display: flex;
    align-items: end;
    justify-content: center;
}

.not_found_back {
    font-family: Daydream, system-ui;
    color: #FF66CC;
    border-bottom: 2px solid #FF66CC;
    display: flex;
    align-items: end;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.welcome_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.welcome_button {
    font-family: Daydream, system-ui;
    color: #FF66CC;
    border-bottom: 2px solid #FF66CC;
    display: flex;
    align-items: end;
    width: max-content;
    margin-left: auto;
    margin-top: 1rem;
}
