/* article */

.navbar-brand{
    color: black;
    font-weight: 500;
}

.center{
    text-align: center;
    margin-bottom: 40px;
}

.yellowBack a{
    max-width: 80px;
    color: black;
    margin-left: 5px;
}
.yellowBack{
    color: black;
    background-color: #FCD612;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    font-size: 25px;
    padding: 10px;
    vertical-align: middle;
    font-weight: 500;
    max-height: 53.5px;
    min-width: 80px;
}
.bottomback{
    margin-top: 20px;
}

.articleH2{
    margin-bottom: 2em;
    margin-left: -70px;
    padding-left: 50px;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border: 0px solid #000000;
    max-width: 50%;
    min-width: 120px;
}

.whitebackground{
    background-color: #fff;
    color: black;
    padding: 25px;
    padding-top: 5px;
    margin-bottom: 30px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

code{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    padding: 10px;
    color: black;
    margin: 10px 5%;
}

.terminal{
    background-color: white;
    color: black;    
    padding: 15px;
    margin: 10px 5%;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    font-family: monospace;
}



table{
    margin: 10px 5%;
    text-align: center;
    max-width: 90%;
}
table th{
    font-weight: bold;
}
.images{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    max-width: 300px;
    padding-bottom: 30px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}


@media only screen and (max-width: 1200px) {
    .yellowBack{
        margin-bottom: 40px;
    }
}