#top {
    width: 100%;
}

#bottom {
    background-color: white;

    max-width: 100%;
}



.main-body {
    margin: auto;
    width: 50%;
    padding: 50px;
    color: black;
  }

.main-body a:link { 
    text-decoration: none; 
    color: rgba(14, 14, 225, 0.897);
}

.main-body a:visited { 
    text-decoration: none; 
    color: rgba(14, 14, 225, 0.897);
}

.main-body a:hover { 
    text-decoration: none;
    color: rgba(103, 3, 128, 0.897);
}

.main-body a:active { 
    text-decoration: none; 
    color: rgba(14, 14, 225, 0.897);
}