body {
    user-select: none;
    margin: 0;
}

.construction {
    text-align: center;
    font-size: 50px;
    color: blue;
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
    padding-top: 50px;

}

.navigation {
    text-align: center;
    font-size: clamp(12px, 2vw, 20px);
    color: blue;
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
    border: 1px dotted blue;
    text-align: center;
    padding: 5px 20px;
    border-radius: 35px;
    background: #ffffff;
    margin: 18px clamp(12px, 4vw, 30px) 0 auto;
    float: none;
    width: fit-content;
    max-width: calc(100% - 24px);
}

.navigation a {
    text-decoration: none;
    color: blue;
    display: inline-block;
    white-space: nowrap;

}

.navigation a:hover {
    color: rgb(255, 0, 0);
}

.works {
    max-width: 80%;
    height: auto;
    display: block;
    object-fit: contain;
    padding: 10%;
    max-height: 500px;

}

.worktext {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -5%;
    font-size: 20px;
    color: blue;
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
}

.contactEmail {
    text-align: center;
    font-size: 50px;
    color: blue;
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
    padding-top: 50px;
}

#email {
    border: 1px dotted, blue;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
    background: #ffffff;

}

.contactEmail a {
    text-decoration: none;
    color: blue;

}

.contactEmail a:hover {
    color: rgb(255, 0, 0);
}


@media only screen and (max-width: 840px) {
    .construction {
        font-size: 20px;
    }

    .navigation {
        font-size: 12px;
        border: 1px dotted blue;
        margin: 12px 16px 0 auto;
        max-width: calc(100% - 32px);
    }

    .worktext {
        font-size: 10px;
    }

    .contactEmail {
        font-size: 20px;
    }


}
