@charset "UTF-8";.error-container{width:100%;height:auto;padding-top:15%;background-color:#333}.error_wrapper{width:80%;text-align:center;margin:0 auto}.error_image{width:100%}.error_image img{width:60%;height:auto;max-width:100%;margin-bottom:3rem;border-radius:15px}.error_wrapper h1{color:#f5ff00;font-size:400%;font-weight:700;margin-bottom:2rem}.error_wrapper p{margin-bottom:3rem;color:#fff;line-height:1.5}.btn_center{text-align:center;padding-bottom:3rem}.btn_yl{background:#f5ff00;color:#333;text-align:center;padding:.8rem;max-width:300px;min-width:200px;display:inline-block;border-radius:100px;text-decoration:none;font-weight:700;transition:.2s}.btn_yl:hover{background:gray;color:#f5ff00}@media screen and (max-width:820px){.error_wrapper h1{font-size:200%}}