body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #ebebeb;
}

section {
    background: url(../img/lukas-l-oToeIG_3G6E-unsplash.jpg);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section div.title {
    height: 800px;
    width: 600px;
    padding: 10px;
    top: calc(50% - 300px);
    position: absolute;
    left: calc(50% - 300px);
    text-align: center;
    color: #fff;
}

section div.title a {
    color: #fff;
    display: block;
    margin-top: 5px;
    font-size: 18px;
}

section div .img {
    background: url(../img/scw_min.png) center center no-repeat;
    height: 400px;
    width: 600px;
}

section div h3 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 36px;
    margin: 0;
    padding: 0;
}

