.mainBodyDiv {
  text-align: center;
  margin: auto auto;
  max-width: 50%;
  padding-top: 50px;
}
.mainBodyDiv img {
  max-width: 300px;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
a {
  color: black;
}
a:hover,
a:active {
  color: black;
}
@media (max-width: 1024px) {
  img {
    max-width: 100% !important;
  }
}
