
@import url('https://fonts.googleapis.com/css2?family=Padauk&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pattaya&display=swap');
.body{
    display: block;
    color: white;
    line-height: 20%;
    width: initial;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
}
.maxtitle{
    margin: auto;
    margin-top: 35px;
    margin-bottom: 45px;
    font-family: Pattaya;
    font-size: 500%;
}
.mintitle{
    margin: auto;
    font-family: Padauk, sans-serif;
    font-size: 170%;
}
.effect{
    height: 100%;
    display: block;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 240px;
}