/* img {
    height: 100vw;
    width: 100%;
    vertical-align: auto;
 } */
 body {
    background-color: #382221;
    background-image: url(img/13.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}