.container {
    width: 90%;
    overflow: hidden;
    border: red solid 2px;
    margin: 0 5%
}

.head-image {
    width: 100%;
}

a {
    text-decoration: none;
}

.head-avatar {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    background-image: url('images/avatar.png');
    background-size: cover;
}

.head-main-page {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background-image: url('images/back_button_white.png');
    background-size: cover;
}

.head-prev {
    position: absolute;
    bottom: 20px;
    right: 55%;
    width: 50px;
    height: 50px;
    background-image: url('images/prev_button_white.png');
    background-size: cover;
}

.head-next {
    position: absolute;
    bottom: 20px;
    right: 42%;
    width: 50px;
    height: 50px;
    background-image: url('images/next_button_white.png');
    background-size: cover;
}

.container h2 {
    position: absolute;
    top: 25%;
    color: white;
    font-family: 'Comic Sans MS', serif;
    font-size: 40px;
    text-shadow: 4px 4px 4px #aaa;
}

.img-prev {
    position: relative;
    top: 40%;
    left: 20px;
    width: 86px;
    height: 110px;
    background-image: url('images/prev_button_pink.png');
    background-size: cover;
}

.img-next {
    position: relative;
    bottom: 40%;
    left: 20px;
    width: 86px;
    height: 110px;
    background-image: url('images/next_button_pink.png');
    background-size: cover;
}

.description, ul {
    color: black;
    font-family: 'Comic Sans MS', serif;
    font-size: 20px;
}