/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Author:       JG
 Template:     astra
 Version:      1.0.0
*/

.p_404_c{
    color: white;
    border: 1px solid;
    margin: 130px;
    margin-top: 200px;
    text-align: center;
    padding: 50px;
    font-size: 34px;
    white-space: pre-line;
    background: #19c4fb;
}

@media only screen and (max-width: 921px){
    .p_404_c{
        margin: 30px;
        margin-top: 200px;
        margin-bottom: 130px;
        padding: 30px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 700px){
    .p_404_c{
        font-size: 17px;
    }

}
