



body{
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;

  background-image: url('images/backgrounds/bkg.jpg');
   background-repeat: no-repeat;
   background-size: cover;
  background-position-y: 233px;
  background-color: black;
}
           p{
             font-size: 16px;}
.headercontainer{
  width: 95%;
  height: 245px;
  margin: auto;
  text-align: center;

}

header {
  padding-top: 51px;
  padding-bottom: -5px;
  text-align: center;

}

#banner {
    width: 581px;
    height: auto;
  }



.insta-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.yt-icon {
  position: absolute;
  top: 8px;
  right: 41px;
}

.insta-icon img {
  margin-top: 20%;
  margin-right: 20%;
  width: 35px;  
  height: auto;
}

.cont{
  padding: 5%;
  padding-top: 1%;
  margin: auto;
  
  width: 39%;
  height: auto;
  
  background-color: white;
  background-image: url('images/backgrounds/bkg3.jpg');
  
}



p{
  margin: 3px;
}


.tab img{
  width: 81px;
  height: auto;
  
}



.footer {
  padding: 20px;
  text-align: center;
}

.blinkie {
  width: 150px;
  height: auto;
}



html {
  scroll-behavior: smooth;
}


