body {
    margin: 0 auto;
    width:98%;
    height: 100%;
    background-color:#e3e3e38c;
    padding-bottom:5px;
    text-align:justify;
   }


#header {
    text-align: center;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
}

#content {
    text-align: center;
    min-height: 450px;
    border-radius: 20px;
    border-style: solid;
    box-shadow: 10px 5px 5px black;
    padding: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

#footer {
    text-align: right;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
}

#notification {
    background-color: maroon;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

a:link {
    text-decoration: none;
    color: black;
  }
  
  a:visited {
    text-decoration: none;
    color: black;
  }
  
  a:hover {
    text-decoration: underline;
    color: black;
  }
  
  a:active {
    text-decoration: none;
    color: black;
  }