body{
    margin: 0;
}

.end{
    display: block;
    position: absolute;
    bottom: 1%;
    margin: 0;
    left: 45%;
}

.logo-size{
    height: 100px;
    width: 100px;
}

.repair-image{
    position: absolute; 
    height: 100vh;
    width: 100%;
    align-items: center;
    background-image: url('../images/whitekeyboard.jpg');
    background-size: cover;
}
.repair-image::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.25);
}

.royal-font{
    font-family: 'Zilla Slab', serif;
    margin: 0;
    text-align: center;
}

.coming-font{
    font-family: 'Archivo', sans-serif;
}

.site-font{
    font-family: 'Zilla Slab', serif;
}
.under-maintenance{
    color: rgb(0, 0, 0);
    font-family: 'Staatliches', cursive;
    text-align: center;
    margin: 10% 25% 20% 25%;
    
    padding: 4% 4% 4% 4%;
}