.notfound {
position: absolute;
width: 100%;
top: 25vh;
text-align: center;
padding: 20px 0;
}
.notfound__img {
display: block;
width: 100%;
height: 24vh;
background: center/contain no-repeat url("/assets/images/bg/notfound.png");
}
.notfound__title {
font-size: 30px;
margin-top: 20px;
}
.notfound__content {
color: var(--gray500);
font-size: 16px;
margin-top: 10px;
}
.notfound__button {
margin-top: 45px;
}