.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 {
    padding-top: 35%;
    text-align: center;
    font-size: 20px;
    color:blue;
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
    border: 1px dotted, blue;
    text-align: center;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
    background: #ffffff;
    margin: 30px;
    float: right;
}
.navigation a{
    text-decoration: none;
    color:blue;
    
}
.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: 10px;
    }
    .worktext{
        font-size: 10px;
    }
    .contactEmail {
        font-size: 20px;
    }
    
}