.container {
    width: 100%;
    padding: 1%;
   
}

.columns {
    width: 98%;
    padding: 0%;
    margin: 1%;
    margin-top: 1%;
}

img {
    width: 100%;
}

.title {
    position: fixed;
    color: black;
    z-index: 12;
}

.about_title {
    position: absolute;
    margin-left: 93%;
    color: black;
    z-index: 12;
}


.about {
    display: none;
    position: relative;
    background-color: white;
    padding-right: 2%;
    text-align: left;
    color: black;
}

#top {
    text-align: right;
}

a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: black;
}


