body {
    background: url("../img/background.jpg");
    background-repeat: no-repeat;
    min-height: 100%;
    background-position: 88% 0%;
}

@media (min-width: 600px) {
    body {
        background: url("../img/background.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100%;
    }
    .main {
        margin-left: 10%;
    }
}

h1,h2,h2 {
    color: white;
}

p {
    color: white;
}

.main {
    margin-left: 10%;
    margin-right: 40%;
}

.nav {
    width: 90%;
    height: 20px;
    margin-left: 10%;
}

.nav-item {
    float: left;
    display: block;
    height: 20px;
    width: 100px;
}

.nav-item a {
    color: white;
    text-decoration: none;
}
.nav-item a:hover {
    color: rgb(158, 153, 153);
}