@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700&subset=latin-ext');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

a {
    color: white;
    text-decoration: none;
    padding: 5px;
}

a:hover {
    background: white;
    color: #2b2b2b;
}

section.main-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 40px;
    background: url(img/bg.jpg) no-repeat center;
}

.contact-box {
    color: white;
    font-size: 25px;
}

.contact-box span {
    display: block;
    line-height: 40px;
}

.contact-box span.name {
    font-weight: 700;
}