.topnav {
  overflow: hidden;
  background-color: #ffffff;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}

.distance {
  margin: 0;
  margin-top: 32px;
  height: 20%;
  width: 75%;
}
a, span, .a {
color: #ffffff;
text-decoration: none;
}

.button {
  display: inline-block;
  background-color: #e1801d;
  color: #ffffff;
  padding: 14px 16px;
  max-width: 70%;
  height: 10%;
  margin-top: 0px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Roboto';
  text-decoration: none;
  transition-duration: 0.1s;
}
.button:hover {
  background-color: #2f4474;
}
.logoimg {  
    height: auto;
    width:443px;    
    max-width:80%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .fullimg {
    margin:0;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0%;
    border-radius: 24px;
    width: 100%;
    height: 300px;
    max-width: 100%;
    max-heigth: 100%;
    object-fit: cover;
  }
p, img {
    display: block;
    text-align: left;
    margin-left: auto;  
    margin-right: auto;
    font-family: 'Roboto';
    size: 100%;
  }

body {
    margin:0;
    margin-left: 10%;
    margin-right: 10%;
    border: 0;
    padding: 0;
}

p, button {
   font-size: 16px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 6

}

