@font-face {
    font-family: Plain Germanica;
    src: url(fonts/Plain\ Germanica.ttf);
}

header{
    font-family: "Plain Germanica";
    font-size:20px;
   
    
    margin: 20px;
    padding-top: 25px;
    line-height: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
    
    color: black;
   
}

h2{
    font-family: "Schoolbell", sans-serif;
    text-align: center;
    font-size: small;
}

body{
 background-image: url(imgs/karobg.gif);
 cursor: url(imgs/cursor.png), auto !important;
}


img{
   width:400px;
  
}

.container{
    display: flex;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

main{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin: auto;
    box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
    border-color: rgb(211, 152, 179);
    background-color:rgb(255, 207, 229);
    border-radius: 10px;

}

#home{
      text-align: center;
}

a{
   
     color: black;
     text-decoration: none;
     font-family:"Schoolbell";
     font-size: medium;
     cursor: url("imgs/cursor.png"), auto !important;
}

a:hover {
    color: rgb(0, 192, 225);
    font-style: italic;
  /*font-style: italic;*/
 
  
}

.switchContainer{
    position: relative;
   
   

}

.switchContainer img{
    position: absolute;
    width: 100%;
    transition: 0.2s;

}

.switchContainer .img2:hover{
 opacity: 0.15;
}

.display{
   position: initial;
    padding: 5px;
    width: 400px;
    height: 300px;
    display: block;
    overflow: hidden;
  
}

p{    
    font-family: "Schoolbell", sans-serif;
    font-weight: 400;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1px;
    margin-top: 5px;
    text-align: center;
}

#home{
    text-align: center;
}
