@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;1,300;1,400&display=swap');

body {
    height: 100vh;
    max-width: 75vw;
    margin: auto;
    background: rgb(245, 245, 250);
    text-align: center;
}

p {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}

.name, .not-found-404 {
    padding-top: 25vh;
    padding-bottom: 1.5vh;
    font-size: 56px;
    color: rgb(90, 90, 100);
}

.description, .not-found-text {
    font-size: 28px;
    color: rgb(90, 90, 100);
}

.username {
    padding-top: 15vh;
    padding-bottom: 1.25vh;
    font-size: 24px;
    color: rgb(120, 120, 130);
}

.icons {
    margin-bottom: 30vh;
    display: inline-block;
    width: 2.5em;
    text-decoration: none;
}

.link-to-homepage {
    display: inline-block;
    margin-top: 15vh;
    text-decoration: none;
    font-size: 20px;
    color: rgb(120, 120, 130);
}

@media screen and (max-width: 440px) {
    .description { display: none; }
}
