body{
    background-color: #ded8d3;
    margin: 0;
    padding: 0;
}

.StillWorkingContainer{
    width: 725px;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
}

.StillWorkingContainer div{
    display: flex;
    flex-direction: column;  
}

.StillWorkingContainer p{
    font-family: Nexa Heavy;
    font-size: 30px;
    text-align: center;
    margin-top: -40px;
}

.dot-animation{
  font-family: Nexa Heavy;  
  font-size: 100px;
}

@media only screen and (max-width:767px) {
    .dot-animation{
        width: 290px;
        font-size: 40px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        margin-top: -50px;
    }

    .StillWorkingContainer p{
        margin-top: 30px;
        font-size: 20px;
    }
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .dot-animation{
        width: 360px;
        font-size: 50px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        margin-top: -50px;
    }

    .StillWorkingContainer p{
        margin-top: 65px;
        font-size: 25px;
    }
}