@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
* {
    font-family: 'Mulish', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    background-color: #eeeeee;
}

.second404 {
    position: relative;
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
    background-color: #eeeeee;
}

.second404 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    opacity: 0.6;
}

.textarea {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.textarea h1.tit {
    color: #373737;
    font-size: 25rem;
    opacity: 0.8;
}

.textarea p.det {
    color: #373737;
    padding: 0;
    font-size: 2rem;
    opacity: 0.6;
    font-weight: 700;
    margin-top: -4rem;
}

.textarea p.error {
    color: #373737;
    padding: 0;
    font-size: 3rem;
    opacity: 0.6;
    font-weight: 700;
    margin-bottom: -5rem;
}

.btn-4043 {
    padding: 1rem 2rem;
    opacity: 0.7;
}

@media (max-width:900px) {
    .second404 img {
        width: 100%;
        object-fit: cover;
        margin-top: 10rem;
        aspect-ratio: 9/9;
    }
}

@media (max-width:480px) {
    .second404 img {
        width: 100%;
        object-fit: cover;
        margin-top: 6rem;
        aspect-ratio: 10/9;
    }
}