:root {
    font-size: 10px;
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins, sans-serif;
    height: 100%;
    padding: 0 2rem;
    background: #fff3da;
}

.wrap-img {
    max-width: 40rem;
    text-align: center;
}

.wrap-img a {
    display: block;
    text-decoration: none;
    color: #333;
    transition: all .3s ease;
}

.wrap-img a:hover {
    opacity: .8
}

.wrap-img h1 {
    margin: 3rem 0;
    font-size: 3rem;
    line-height: 1.2;
    color: #9a079d;
}

.wrap-img .instagram {
    max-width: 40px;
    display: inline-block;
}

@media (max-width:600px) {
    .wrap-img h1 {
        font-size: 20px;
    }
}