@import url(https://db.onlinewebfonts.com/c/0a2637106588e71433ed60ca3118b98f?family=Aktiv+Grotesk+W06+Light);
*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #e7e3d7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
}

.main{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 50px;
    /* align-items: center;
    justify-content: center; */
}
.container{
    margin-top: 100px;
    /* border: 1px black solid; */
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row-reverse;
}

.block-1{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.block-1 .first-line{
    font-weight: 400;
    color: black;
    font-family: "Aktiv Grotesk W06 Light", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
}

.block-1 .coming-soon{
    font-size: 40px;
}

.block-1 .re-imagined{
    font-family: "Aktiv Grotesk W06 Light", sans-serif; 
    font-weight: 400;
    color: black;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
}

.block-1 .email-hr{
    font-family: "Aktiv Grotesk W06 Light", sans-serif;
    font-weight: 400;
    color: black;
    font-size: 18px;
    letter-spacing: 0;
}

.block-1 .contact{
    font-family: "Aktiv Grotesk W06 Light", sans-serif;
    font-weight: 400;
    color: black;
    font-size: 14px;
    letter-spacing: 0;
}
.block-2{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-2 img {
    max-width: 100%;
    max-height: 100%;
}


footer{
    margin-top: auto;
    font-family: "Aktiv Grotesk W06 Light", sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0;
}

@media only screen and (max-width: 600px) {
    .container{
        margin-top: 100px;
        /* border: 1px black solid; */
        width: 100%;
        height: 70%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* .block-1 .first-line{
        font-weight: 200;
        color: black;
        font-family: "Aktiv Grotesk W06 Light", sans-serif;
        font-size: 10px;
        letter-spacing: 0;
        line-height: normal;
    }
    
    .block-1 .coming-soon{
        font-size: 20px;
    }
    
    .block-1 .re-imagined{
        font-family: "Aktiv Grotesk W06 Light", sans-serif; 
        font-weight: 200;
        color: black;
        font-size: 10px;
        letter-spacing: 0;
        line-height: normal;
    }
    
    .block-1 .email-hr{
        font-family: "Aktiv Grotesk W06 Light", sans-serif;
        font-weight: 200;
        color: black;
        font-size: 9px;
        letter-spacing: 0;
    }
    
    .block-1 .contact{
        font-family: "Aktiv Grotesk W06 Light", sans-serif;
        font-weight: 200;
        color: black;
        font-size: 7px;
        letter-spacing: 0;
    } */
}
