*{
    margin: 0;
    padding: 0;
}

body{
    min-height: 100vh;
    background-image: url("../img/404_backgroung.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
    max-width: 800px;
    max-height: 800px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container .top{
    width: 80%;
    max-width: 480px;
    object-fit: contain;
}
.container .bot{
    width: 80%;
    object-fit: contain;
    max-width: 331px;
    margin-top: 80px;
}