body{
    margin: 0;
}
.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}
.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}  
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
a {
    text-decoration: none;
    color: white;
}

.main{
    height: auto;
}
.main p{
    margin-top: 200px;
}
.main h2{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif JP";
    padding-bottom: 40px;
}
.main a{
    color: black;
}
.main-acts{
    width: 80%;
    font-family: "Noto Serif JP";
    margin-left: 10%;
    margin-right: 10%;
}
.main-acts p{
    margin-top: 0;
}
.act{
    height: 450px;
    width: 28%;
    font-size: 25px;
    font-family: "Noto Serif JP";
    float: left;
    margin-left: 4%;
    transition: all 0.5s;
}
.act img{
    object-fit: cover;
    width: 100%;
    height: 300px;
    transition: all 0.25s;
}
.act img:hover{
    text-align: center;
    width: 100%;
    height: 340px;
}
.act h6{
    font-size: 15px;
    text-align: left;
    margin: 0;
    color: black;
}
.act p{
    color: black;
    text-align: center;
}

@media screen and (max-width: 1120px){
    .main-acts{
        height: 2800px;
        font-family: "Noto Serif JP";
    }
    .act{
        width: 100%;
        height: 450px;
        font-size: 25px;
        font-family: "Noto Serif JP";
        float: none;
        transition: all 0.5s;
        margin-left: 0;
    }
}