body {
    background-color: black;
    color: white;
    font-family: 'Jost', sans-serif;
    padding: 0;
    margin: 0;
    
}

h1 {
    color: hsla(113.3,97.39%,55%,1);
    font-size: 5vh;
}

a {
    color: hsla(113.3,97.39%,55%,1);
}

.flex {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

img {
    max-width: 250px;
}

svg {
    stroke: white;
}

@media (min-width: 650px) {
    img {
        max-width: 50vw;
    }
}

