body {
    font-family: 'Raleway', sans-serif;


}

p {
    max-width: 400px;
}

/* Create two columns/boxes that floats next to each other */
nav {
    float: left;
    width: 20%;
    height: 95%;
    background: #ccc;
    padding: 10px;
    padding-bottom: 10px;
    position: fixed;
    font: font-family: 'Raleway', sans-serif;
    line-height: 29px;


}

.ul {
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
}

.article {
    float: right;
    width: 75%;
    height: 100%;
    background-color: white;


}

.head {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;


}


.con {

    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: center;


}



.text {
    font-size: 16px;
    margin-right: 20px;



}

.cap {

    font-size: 30px;
    width: 89%;
    float: right;
    font-family: 'Raleway', sans-serif;

}

.firstcharacter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;

}

.video {
    justify-content: center;



}

.parent-container {
    display: block;
    font-size: 12px;
    justify-content: center;

}