/* CSS Document */

#about_main {
    
          position: relative;
          left: 0px;
          top: 100px;
          width: 100%;
          /*background-color: lightgrey;*/
          border: 0px;
          border-style: outset;
    font-family: Lato;
        color: black;
        font-size: 16px;
    margin-left: 20px;
    
    margin-right: 50px;
    padding: 20px;
    padding-top: 0px;
    height: auto;
    
          /*border-color: darkgrey;*/
} /* @media screen and (max-width:767px){ */





.myfooter {
  background-color:rgb(42,33,81);
    border-top-right-radius: 12px;
    color: white;
    font-size: 11px;
  width: 100px;
  position: relative;
    left:-40px;
    padding: 8px;
    
}

.mycontainer {
    display: flex;
    align-items: center;
    justify-content: left;
}

p a {
    color: blue;
}