header{
    position: sticky;
    top: 0;
    background-image: url("IMG/banner2.png");
    background-size: cover;
    width: 100%;
    margin:0%;
    padding: 0%;
    display:grid;
   grid-template-columns: 15% 10% 70%;
   border-bottom: black;
   border-bottom-width: 0.6em;
    border-bottom-style: solid;


}
.logo {
    display:flex;
    justify-content: space-around;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto ;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2em;
}
.logo2 {
    display:flex;
    justify-content: space-around;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto ;
    padding-top: 20px;
    padding-bottom: 20px;
}
.title {
    width: 75%;
    margin: auto;
    margin-top: 1em;
}
a {
    text-decoration: none;
    color:black;
}
.box {
    background-color: white;
    padding: 10px;
    border-color:black;
    border-width: 0.3em;
    border-style: solid;
    border-radius: 20px;
}
.box:hover {
    background-color: #667cfa;
}
.link:hover {
      background-color: #667cfa;
      border-radius: 1em;
}

.link2:hover {
      background-color: #667cfa;
      border-radius: 4em;
}


.menu {
    display:flex;
    flex-direction:row;
    justify-content: space-around;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    padding:0%;
    margin: 0%;
    margin-top:0%;
    text-align: center;
    background-color: #2f452f;
      
}

p {
    font-family: "Knewave", system-ui;
    font-size:2em;
    font-weight: 200;
}

h1 {
    font-family: "Knewave", system-ui;
    font-size: 4em;
   font-weight: 400;

 
}
.text {
    max-width: 50%;
    margin: auto;
    background-image: url(IMG/backg.png);
    background-size: cover;
    padding:1em; 
}

h2 {
    font-family: "Fascinate", system-ui;
    font-size: 4em;
   font-weight: 400;
   margin:0%;
   padding: 10px;

}
h3 {
   font-family: "Knewave", system-ui;
    font-size: 6em;
   font-weight: 400;
   color:#da0000;
 
}
li {
    text-align:left;
    font-family: "Knewave", system-ui;
    font-size:2em;
    font-weight: 200;
}
footer {
    background-color: #4d654d;
    bottom: 0;
    margin: 0%;
    padding: 0;
}