.standard-text {
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: justify;
    margin-right: 100px;
    margin-top: 0;
}

body { background-color: #f7f9fc; }

#top-bar {
    position: fixed;
    top: 0;
    left: 1000;
    width: 100vw;
    height: 25px;
    background-color: #FF0000;
    z-index: 9999;
}

#second-top-bar {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 600px;
    height: 25px;
    background-color: #0000FF;
    z-index: 9999;
}

#left-bar-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 25px;
    height: 100vh;
    background-color: #FFCC00;
    z-index: 9998;
}

body {
    margin: 0;
    padding-left: 75px;
    padding-top: 100px;
}

.btn-img span {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    display: block;
}