*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

body{
    background-color: #efe6e3;
}

.wip-logo-img{
    display: inline-block;
    width: 80vw;
    height: auto;
    max-width: 800px;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.wip-text{
    display: inline-block;
    position: absolute;
    bottom: 15vh;
    width: 100vw;
    height: auto;
    text-align: center;
}

.wip-text-p{
    color: #0069a4;
    font-size: 32px;
}

.wip-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 5vh;
    max-height: 200px;
    background-color: #58c5c7;
}