* { margin: 0; padding: 0; box-sizing: border-box; }

    body {
    font-family: Verdana;
    background-color: #6a4678;
    color: #f3e4ca;
  }

  .nav {
    text-align: center;
}

.nav li{
    display: inline-block;
}

    header {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1vw;
    line-height: 1.5;
    width: 60%;
    margin: auto;
    border-style: groove;
    background-color:#1f0415;
    border-color: #f3e4ca; 
    box-shadow: -1px 0px 22px 11px #FCB0B1;
  }

  h2 {
    text-align: center;
    font-family: "Bangers", sans-serif;
    letter-spacing: 1vw;
    line-height: 1.5;
    font-size: 36px;
    font-weight: lighter;
    padding-bottom: 40px;
}

  img {
    display: block;
    margin: auto;
    width: 60%;
    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: -1px 0px 22px 11px #40efff;
  }

  .intro{
    border-style: groove;
    border-color: #f3e4ca;
    background-color:#1f0415;
    width: 60%;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.class-activities{
    border-style: groove;
    border-color: #f3e4ca;
    background-color:#1f0415;
    width: 60%;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;

}

.hobby{
    border-style: groove;
    border-color: #f3e4ca;
    background-color:#1f0415;
    width: 60%;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;

}

.history{
    border-style: groove;
    border-color: #f3e4ca;
    background-color:#1f0415;
    width: 60%;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

a {
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #f3e4ca;
    font-size: 20px;
    border-radius: 16px;
    color: #04151f;
    margin-top: 20px;
    text-decoration: none;
}
a:hover{
    background-color: #fcb0b1;
    border-radius: 16px;
    box-shadow: 5px 5px 6px palevioletred;
    transition-duration: 300ms;
}

#css{
    margin-top:10px;
}


footer{
    background-color: #0f0b03;
    color:#f3e4ca;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    margin: 80px 0px 0px 0px;
}

footer ul{
    text-align: center;
    list-style-position: inside;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    line-height: 1.5;
}

.photo-album img{
    margin: 10px;
    width: 150px;
}