body{
    font-family: "MS UI Gothic", "Times New Roman", Times, serif;
    font-size: 1.1rem;
    background-color: #FAF9EF;
    position: relative;
}

@font-face {
  font-family: porkys;
  src: url(/PORKYS_.TTF);
}

p:hover, h1:hover, h2:hover{
    cursor: default;
}

h1{
    font-family: porkys;
    color: #881f1e;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 3rem;
    letter-spacing: 5px;
    transition: ease-in-out 0.5s;
    margin-top: 2rem;
}

b{
    color: #881f1e;
}

h1:hover{
    color: #faf9ef;
}

hr{
    border: 1px dashed #881f1e;
    border-bottom: 0;
    width: 80%;
    height: auto;
}

.box{
    width: 80%;
    height: 23rem;
    border: 1px dashed #881f1e;
    margin: auto;
    margin-top: 1rem;
}

iframe{
    width: 100%;
    height: 100%;
    border: none;
}

#mid{
    display: block;
    margin: auto;
}

#clover{
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    width: 8rem;
    height: auto;
}

@media only screen and (max-width: 700px) {
    .box{
        width: 90%;
    }
}