@font-face {
  font-family: 'Raleway';
  src: url(fonts/Raleway/Raleway-VariableFont_wght.ttf);
}

body {
    margin: 0;
    background-color: #dfd7b4;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  font-family: 'Raleway';
  top: 0;
  width: 100%;
  z-index: 5;
  box-shadow: #111;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #111;
  color: white;
}

.topnav a.active {
  background-color: #B19E1F;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

  .focim {
    margin-top: 120px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 10px;
    font-size: 60px;
    font-family: 'Raleway' , sans-serif;
  }

  .focim2 {
    text-align: center;
    margin-bottom: 60px;
    font-family: Helvetica, sans-serif;
  }

  .container {
    gap: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box {
    background-color: #b19e1faf;
    border-radius: 20px;
    padding: 30px 50px 100px 50px;
    width: 190px;
    height: 300px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    position: static;
    margin: 20px;
    background-image: linear-gradient(#B19E1F, rgb(232, 232, 9));
    transition: all .6s ease-in-out;
    
  }

  .box:hover{
    transform: scale(1.15);
  }

p {
  font-family: Helvetica, sans-serif;
}

li {
  font-family: Helvetica, sans-serif;
  font-size: smaller;
}

h2 {
  font-family: Helvetica, sans-serif;
}

.linkek {
  background-color: #333;
  padding: 30px;
  height: auto;
  margin-top: 70px;
  font-family: Helvetica, sans-serif;
  display: flex; 
  flex-wrap: wrap;
  
}

.linkek p {
  font-style: italic;
}

.line1 {
  display: flex;
  flex-wrap: wrap;
}

.line2 {
  display: flex;
  flex-wrap: wrap;
}

.white {
  color: white;
}

.tab {
  margin-left: 13%;
}

.link:link {
  color: #f2f2f2;
  background-color: transparent;
}

.link:visited {
  color: aliceblue;
  background-color: transparent;

}

.link:hover {
  color: #dfd7b4;
  background-color: transparent;
}

.link:active {
  color: #dfd7b4;
  background-color: transparent;
}