* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.name {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30pt;
}

.name>a {
    color: white;
    text-decoration: none;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.greentext {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: greenyellow;
}

.line>a {
    color: greenyellow;
    font-weight: bolder;
}

.line {
    font-size: 24pt;
}

.icons {
    margin: 20px;
    height: 5vh;
    color: white;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

img {
    height: 5vh;
}

.blog {
    color: white;
}

.blog>a {
    color: white;
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width: 600px) {
    .name {
        font-size: 25pt;
    }

    .line {
        font-size: 16pt;
    }
}
