* {
    font-size: 7vh;
    font-family: 'The One Jenny Made', sans-serif;                                            
    color: black;
    -webkit-text-stroke-width: 0.1vh;
}

body {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px 0px 0px 0px;
}

#col {
    display: flex;
    flex-direction: column;
    padding-top: 14vh;   
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 4vh;
}

a {
    text-decoration: none;
}

a:hover {
    color: white;
}