@font-face{
    font-family: fot-tsukubrdgothic-std;
    font-weight: bold;
    src: url("/src/font/b.otf") format("opentype");
}

@font-face{
    font-family: fot-tsukubrdgothic-std;
    src: url("/src/font/r.otf") format("opentype");
}

body{
    background-color: #f2f0e8ff;
    font-family: fot-tsukubrdgothic-std;
    font-style: normal;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main{
    width: 700px;
}

h1{
    text-align: center;
    margin-bottom: 40px;
}

h2{
    margin-top: 20px;
}

@media screen and (max-width:778px) {
    .main{
        width: 100%;
    }
    body{
        margin-left: 20px;
        margin-bottom: 20px;
    }
}
