body {
    font-family: 'Josefin Slab', serif;
    font-family: 'Open Sans', sans-serif;
    background: #000000 url(background.jpg) center bottom/cover no-repeat;
    height: 120vh;
    color: rgb(238, 158, 9);
    padding-left: 100px;
    padding-top: 100px;
    padding-right: 100px;

}

img {
    height: 18px;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: -3px;
}

a {
    color: rgb(209, 101, 12);
    text-decoration: overline;
}

a:hover {
    text-decoration: wavy;
}

.box-right {
    height: 200px;
    width: 250px;
    font-size: 40px;
    float: right
}

.test {
    height: 100px;
    width: 200px;
}