/* PAGE 404 */
.NotFound{
    width: 1361px;
    position: relative;
    background-color: #ECEFF4;
    color: #2E3440;
    padding: 40px;
    margin: 30px auto;
    border-radius: 15px;
}
.NotFound h1{
    font-size: 20rem;
    top: 100px;
    text-align: center;
}
.NotFound h6{
    text-align: center;
    font-size: 2rem;
    margin-top: -50px;
}
.NotFound p{
    text-align: center;
    font-size: 2rem;
    margin-top: 20px;
}
.NotFound a{
    text-align: center;
    text-decoration:none;
    color: #00ACEE;
    font-size: 1.2rem;
    align-content: center;
    bottom: 40px;
    padding: 10px 20px;
    background-color: #e2eefa;
    border-radius: 30px;
    border: 1px solid #bbb;
    transition: 300ms;
}
.NotFound a:hover{
    color: #333;
    background-color: #e2eefa;
    border: 1px solid #00ACEE;
}
@media screen and (max-width: 480px) {
    /* PAGE 404 */
    .NotFound{
        width: auto !important;
        position: relative;
        background-color: #ECEFF4;
        color: #2E3440;
        padding: 20px;
        margin: 30px 20px;
        border-radius: 15px;
    }
    .NotFound h1{
        font-size: 10rem !important;
        top: 60px;
        text-align: center;
    }
    .NotFound h6{
        text-align: center;
        font-size: 1.4rem;
        margin-top: -20px;
    }
    .NotFound p{
        text-align: center;
        font-size: 1.4rem;
        margin-top: 40px;
    }
    .NotFound a{
        text-align: center;
        text-decoration:none;
        color: #00ACEE;
        font-size: 1rem;
        align-content: center;
        bottom: 40px;
        padding: 5px 20px;
        background-color: #e2eefa;
        border-radius: 30px;
        border: 1px solid #bbb;
        transition: 300ms;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    /* PAGE 404 */
    .NotFound{
        width: auto !important;
        position: relative;
        background-color: #ECEFF4;
        color: #2E3440;
        padding: 20px;
        margin: 30px 20px;
        border-radius: 15px;
    }
    .NotFound h1{
        font-size: 12rem !important;
        top: 60px;
        text-align: center;
    }
    .NotFound h6{
        text-align: center;
        font-size: 1.5rem;
        margin-top: -20px;
    }
    .NotFound p{
        text-align: center;
        font-size: 1.5rem;
        margin-top: 40px;
    }
    .NotFound a{
        text-align: center;
        text-decoration:none;
        color: #00ACEE;
        font-size: 1rem;
        align-content: center;
        bottom: 40px;
        padding: 5px 20px;
        background-color: #e2eefa;
        border-radius: 30px;
        border: 1px solid #bbb;
        transition: 300ms;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* PAGE 404 */
    .NotFound{
        width: auto !important;
        position: relative;
        background-color: #ECEFF4;
        color: #2E3440;
        padding: 20px;
        margin: 30px 20px;
        border-radius: 15px;
    }
    .NotFound h1{
        font-size: 14rem !important;
        top: 60px;
        text-align: center;
    }
    .NotFound h6{
        text-align: center;
        font-size: 1.6rem;
        margin-top: -20px;
    }
    .NotFound p{
        text-align: center;
        font-size: 1.6rem;
        margin-top: 40px;
    }
    .NotFound a{
        text-align: center;
        text-decoration:none;
        color: #00ACEE;
        font-size: 1rem;
        align-content: center;
        bottom: 40px;
        padding: 5px 20px;
        background-color: #e2eefa;
        border-radius: 30px;
        border: 1px solid #bbb;
        transition: 300ms;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1460px) {
    /* PAGE 404 */
    .NotFound{
        width: auto !important;
        position: relative;
        background-color: #ECEFF4;
        color: #2E3440;
        padding: 20px;
        margin: 30px 20px;
        border-radius: 15px;
    }
    .NotFound h1{
        font-size: 16rem !important;
        top: 60px;
        text-align: center;
    }
    .NotFound h6{
        text-align: center;
        font-size: 1.8rem;
        margin-top: -20px;
    }
    .NotFound p{
        text-align: center;
        font-size: 1.8rem;
        margin-top: 40px;
    }
    .NotFound a{
        text-align: center;
        text-decoration:none;
        color: #00ACEE;
        font-size: 1rem;
        align-content: center;
        bottom: 40px;
        padding: 5px 20px;
        background-color: #e2eefa;
        border-radius: 30px;
        border: 1px solid #bbb;
        transition: 300ms;
    }
}