body {
    overflow-x: hidden;
}

.title {
    font-size: 2.5em;
}

.header {
    position: relative;
}

.img-cont {
    width: 200px;
    overflow: hidden;
}

img {
    width: 100%;
    height: 100%;
}

.link-cont {
    position: absolute;
    right: 20px;
    top: 5px;
}

.wrapper {
    display: inline-block;
    max-width: 100vw;
    min-width: 100vw;
    overflow: hidden;
}

img {
    width: 100%;
}

.bg {
    margin-top: -7px !important;
    background-color: #BDD0D8;
}

.soon {
    font-style: italic;
}
