* {
    background-color: #272727;
    color: white;
    font-family: JetBrains Mono;
    font-weight: 200;
    font-style: italic;
    text-align: center;
}

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
}

img {
    border: 10px solid white;
    border-radius: 20%;
    width: 50%;
    height: 50%;
}
