@font-face {
  font-family: 'BaboFont'; /* You can choose any name */
  src: url('./fonts/FugazOne-Regular.ttf') format('truetype'); /* Replace with the actual path to your .ttf file */
}

body {
  transform: scale(1.2);
  transform-origin: 0 0;
  margin: 0;
  background-color: #215f9c;
  font-family: 'BaboFont', sans-serif;
  overflow: hidden; 
}

a:link {
  text-decoration: none;
  color: rgba(190, 3, 3, 0.3);
}

a:visited {
  color: rgba(214, 9, 9, 0.3);
}

#content {
  width: 285px;
  height: 241px;
  text-align: center;
  position: fixed;
  top:20%;
  left: 50%;
  margin-top: -120px;
  margin-left: -142px;
  transform: scale(1.5);
}

.avatar {
  width: 140px;
}

.icons {
  margin: 0 auto;
  max-width: 600px;
  padding-top: 15px;
}

a.twitter {
  font-family: 'social';
  font-size: 22px;
  color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.twitter:hover {
  color: #22abf3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.facebook {
  font-family: 'social';
  font-size: 22px;
  color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.facebook:hover {
  color: #3b5998;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.instagram {
  font-family: 'social';
  font-size: 22px;
  color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.instagram:hover {
  color: #aa1d87;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}


a.codepen {
  font-family: 'social';
  font-size: 22px;
  color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.codepen:hover {
  color: #000000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.github {
  font-family: 'social';
  font-size: 22px;
  color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.github:hover {
  color: #000000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.youtube {
  font-family: 'social';
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.youtube:hover {
  color: #b91d1d;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

h1 {
  margin: 10px 0 20 0;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(4, 6, 136);
  padding: 0;
  cursor: default;
  transform: scale(1.5);
  text-decoration: underline;
}

#content h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(16, 139, 170);
  display: block;
  margin-top: 10px;
  transform: scale(1.9);
}

#content h2 a:hover {
  text-decoration: underline;
}

footer {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: fixed;
  bottom: 15px;
  width: 100%;
  height: 13px;
  cursor: default;
}

footer a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  body {
    zoom: 50%;
  }

  footer {
    bottom: 10px;
  }
}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 321px) {
  body {
    zoom: 50%;
  }

  footer {
    bottom: 30px;
  }
}

body#content span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  margin-top: 10px;
}

#content span a:hover {
  text-decoration: underline;
}

footer {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: fixed;
  bottom: 15px;
  width: 100%;
  height: 13px;
  cursor: default;
}

footer a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  body {
    zoom: 50%;
  }

  footer {
    bottom: 10px;
  }
}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 321px) {
  body {
    zoom: 50%;
  }

  footer {
    bottom: 30px;
  }
}

.windmill {
  position: absolute;
  left: 18%;
  top: 300%;
  transform: scale(1.1);
}

.hills {
  width: 280px;
  height: 180px;
  background-color: #158db1;
  position: absolute;
  top: 64px;
  left: -110px;
  opacity: 0.5;
  border-radius: 300px 300px 0 0;
}
.hills:before, .hills:after {
  content: "";
  position: absolute;
  background-color: #0e2db3;
  border-radius: 300px 300px 0 0;
}
.hills:before {
  width: 250px;
  height: 110px;
  bottom: 0;
  right: -120px;
}

.wheel {
  z-index: 10;
  width: 192px;
  height: 192px;
  position: absolute;
  left: 8px;
  top: 10px;
  animation: spin 15s linear infinite;
}

.windwheel {
  position: absolute;
  width: 8px;
  height: 100px;
  background-color: #15a2da;
  margin-right: 10px;
  left: 92px;
}
.windwheel:before {
  position: absolute;
  content: "";
  background-color: #134288;
  opacity: 0.7;
  width: 15px;
  height: 75px;
  left: 8px;
}

.windwheel2 {
  transform: rotate(90deg);
  top: 46px;
  left: 138px;
  z-index: 40;
}

.windwheel3 {
  transform: rotate(180deg);
  top: 92px;
}

.windwheel4 {
  transform: rotate(-90deg);
  top: 46px;
  left: 46px;
}
.windwheel4:after {
  position: absolute;
  content: "";
  background-color: #1544ac;
  opacity: 0.7;
  width: 22px;
  height: 22px;
  bottom: -7px;
  left: -7px;
  transform: rotate(45deg);
}

.roof {
  position: absolute;
  z-index: 9;
  left: 52px;
  top: 55px;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 70px solid #231b94;
}

.mill {
  position: absolute;
  left: 52px;
  top: 124px;
  width: 100px;
  height: 120px;
  background-color: #fff;
}
.mill:after {
  position: absolute;
  content: "";
  background-color: #427dd4;
  height: 50px;
  width: 40px;
  bottom: 0;
  left: 28px;
  border-radius: 40% 40% 0 0;
  border-left: 5px solid #5272b8;
}
.mill:before {
  position: absolute;
  content: "";
  background-color: #788dd4;
  height: 40px;
  width: 30px;
  top: 20px;
  left: 32px;
  border-radius: 18px;
  border-left: 5px solid #11223b;
}

.house {
  position: absolute;
  width: 80px;
  height: 60px;
  background-color: #fff;
  top: 164px;
  left: 152px;
  border-top: 20px solid #303b97;
}
.house:after {
  content: "";
  position: absolute;
  background-color: #0f2468;
  width: 20px;
  height: 30px;
  bottom: 0;
  left: 30px;
  border-left: 5px solid #2694af;
}

.bush {
  position: relative;
  top: 203px;
  left: -60px;
}

.bush li {
  float: left;
  list-style: none;
  background-color: #243685;
  width: 40px;
  height: 25px;
  border-radius: 100px 100px 0 0;
}

.bush2 {
  top: 178px;
  left: 160px;
}

.tree {
  position: absolute;
  left: -50px;
  top: 120px;
}
.tree li {
  list-style: none;
  background-color: #12566d;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-bottom: -15px;
}
.tree:after {
  content: "";
  position: absolute;
  background-color: #edadac;
  width: 3px;
  height: 80px;
  top: 25px;
  right: 21px;
}

.cloud {
  position: absolute;
  top: 40px;
  left: -100px;
  background-color: #096774;
  height: 20px;
  width: 40px;
  z-index: 1000;
  border-radius: 40px 40px 0 0;
  opacity: 0.7;
  animation: clouds 14s linear alternate infinite;
}
.cloud:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 30px;
  width: 60px;
  border-radius: 60px 60px 0 0;
  bottom: 0;
  right: 20px;
}

.cloud2 {
  height: 40px;
  width: 80px;
  top: -20px;
  z-index: 1;
  animation: clouds 24s linear alternate-reverse infinite;
}
.cloud2:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 30px;
  width: 60px;
  border-radius: 60px 60px 0 0;
  bottom: 0;
  right: 40px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clouds {
  100% {
    transform: translateX(340px);
  }
}