.CommonStyles {
    margin: 0;
    font-size: 1.25vw;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

.DefaultTheme {
    background-color: white;
    color: black;
}

.DarkModeTheme {
  background-color: black;
  color: white;
}

h4 {
  font-size: 1.25vw;
  font-weight: bold;
}

img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 499px) {
.DefaultTheme, .DarkModeTheme, h4 {
  font-size: 3vw;
 }
}