* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


img {
    display: block;
    max-width: 100%;
    margin: auto;
    max-height: 90vh;
}

a {
    text-decoration: none;
}

main {
    background: url('../images/bg-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 480px;
    margin: 0 auto;
    height: 100svh;
}

.wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}