* {
    box-sizing:border-box;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width:100%;
}

.container {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap {
    width: 600px;
}

.h1 {
    font-size: 18px;
}