html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    margin-top: 10px;
    font-family: Arial;
    color: #333;
}

.container {
/*
    background-image: url('background.jpg');
    background-repeat: no-repeat no-repeat;
    background-size: cover;
*/
    width: 70%;
    margin: auto;
    /height: 100%;
}

.container img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

@media (max-width: 1500px) {
    .container {
        width: 80%;
    }
}

@media (max-width: 1000px) {
    .container {
        width: 95%;
    }
}

/* Likely xbig */
.likely .likely__widget {
    background: white;
    margin-left: 3px;
    margin-right: 3px;
}

.likely-xbig svg {
    left: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
}

.likely-xbig .likely__icon {
    width: 15px;
    height: 15px;
}

.likely-xbig .likely__widget {
    line-height: 20px;
    font-size: 20px;
    border-radius: 4px;
    height: 15px;
    margin: 0 6px 12px;
}

/* Positions */

.container {
    position: relative;
}

.container > div {
    position: absolute;
}

.content {
    left: 27%;
    top: 20%;
}


.user-name {
    font-size: 35px;
    text-transform: uppercase;
    margin-right: 20%;
    
}

.subtitle {
    font-size: 25px;
    font-weight: bold;
    margin-right: 20%
    
}

.course-title {
    margin-top: 40px;
    font-weight: bold;
    font-size: 20px;
}

.exercises {
    margin-top: 30px;
    font-size: 25px;
    margin-right: 20%
}

.likely {
    top: 62%;
    left: 70%;
}

@media (max-width: 700px) {
    .user-name {
        font-size: 40px;
    }

    .subtitle, .course-title, .exercises {
        font-size: 15px;
    }
}

@media (max-width: 1300px) {
    .user-name {
        font-size: 55px;
    }

    .subtitle, .course-title, .exercises {
        font-size: 17px;
    }
}