:root {
    font-size: 30%;
}

img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position:absolute;
}

h1 {
    font-size:4rem;
    font-family:Arial, Helvetica, sans-serif;
    color:rgb(20, 16, 20);
    margin-bottom: 5rem;
    border: 2px solid rgb(0, 0, 0);
}


h2 {
    font-size: 2.5rem;
    font-family:Arial, Helvetica, sans-serif;
    color:rgb(20, 16, 20);
    margin-bottom: 5rem;
}


.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60rem;
    margin: 0 auto;
}


.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}


/* UTILITIES */

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    max-width: 60rem;
}



