body, html {
    background: url("photo_big.jpg");
}

h1 {
    font-size: 5em;
    font-weight: 50;
    font-family: Verdana;
    margin-bottom: 30px;
    z-index: 0;
}

p {
    font-size: 1.2em;
}

a, a:focus {
    text-decoration: none;
    color: black;
}

a:hover {
    color: red;
    text-decoration: none;
}

.description {
    position: absolute;
    display: flex;
    align-items: flex-end;
    width: 500px;
    height: auto;
    bottom: 10%;
    left: 3%;
}

.description-content {
    text-align: center;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .description {
        background-color:rgba(255,255,255,0.5);
        padding: 10px;
        background-;
        /*background-color: transparent;*/
    }
}

@media only screen and (max-width: 800px) {
    .description {
        background-color:rgba(255,255,255,0.8);
        width: 100%;
        margin: 0;
        left: 0;
        bottom: 0;
    }

    body, html{
        background: url("photo_small.jpg");
    }

    h1 {
        font-size: 4em;
        font-weight: 50;
        font-family: Verdana;
        margin-bottom: 30px;
        z-index: 0;
    }
}
body, html {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;

    height: 100%;
    background-color: #c7c7c5;
}
.link {
    float: left;
    width: 25%;
}

.link i {
    display: block;
}