body {
    background-color: #2d2d3a;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* unvisited link */
a:link {
  color: violet;
}

/* visited link */
a:visited {
  color: dodgerblue;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: mediumseagreen;
}

.center {
    text-align: center;
}

.resizable-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.resizable-image2 {
  max-width: 75%;
  max-height: 75%;
  display: block;
  margin: auto;
}

/* 
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
*/