@font-face {
    font-family: 'Eurostile';
    src: url('eurostile.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
#bottom {
    position: center;
    bottom: 0;
    left: 0;
}
.div-wrapper img {
    position: center;
    right: 0 ;
    bottom: 0 ;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 100;
}
.image-container {
  text-align: center; /* Align the images to the left */

header {
  font-family: 'Eurostile', sans-serif;
}
h1 {
  font-family: 'Eurostile', sans-serif;
}
.no-underline {
        font-family: 'Eurostile', sans-serif;

text-decoration: none;
}
