
/*.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}*/

body {
    font-family: "Roboto", sans-serif;
    color:darkgray;
    background: #37748c;
    background: linear-gradient(0deg, rgba(55, 116, 140, 1) 0%, rgb(28, 63, 79) 50%);
    text-align: justify;
    padding: 0 10% 0 10%;
}

h1 {
    font-size: 3rem;
    color: aliceblue;
    font-weight: 800;
}

h2 {
    font-size: 1.7rem;
    color: cadetblue;
}

h3 {
    font-weight: 800;
    color: rgb(223, 223, 223);
}

table {
    color: antiquewhite;
}