/* General style */
body {
    background-color: #122440;
    color: white;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 80px;
  }

  html {
    position: relative;
    min-height: 100%;
  }

/* Navbar */
  nav {
    background-color: #0a0a2a;
    font-size: x-large;
  }

/* Footer */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
}

footer img {
  height : 60px;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* Links */
  a {
    color: white;
    text-decoration: none;

  }
  a:hover {
    font-weight: bold;
  }

/* text style*/
  h1 {
    margin-left: 20px;
    margin-top: 20px;
    font-style: italic;
  }

  p {
    font-size: large;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  strong {
    color: red;
    padding-left: 2px;
    padding-right: 2px;
  }

  em {
    font-style: italic;
  }


/* Upload */
  .submit {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 35px;
  }
  .upload {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mail {
    color: red;
  }

  .list-wrapper {
    font-size: larger;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
