#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
}

#content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

    align-content: center;
    justify-content: center;
    align-items: center;
}

#hero-image {
    height: 50%;
    width: auto;
}

#title {
    font-weight: bolder;
    font-size: 32px;
}

#subtitle {
    max-width: calc(1440px * 0.45);
    font-weight: 300;
}