@charset "UTF-8"

h1{
    font-family: "游ゴシック体";
}
h2{
    font-family: "游ゴシック体";
}
p{
    font-size: 18px;
    line-height: 1.5;
    font-family: "游ゴシック体";
}
body {
    background-color: rgba(45, 181, 163, 0.453);
    background-image: url(beer.png);
    background-repeat: repeat;
}
div{
    background: rgba(240, 248, 255, 0.529);
    width: auto;
    height: auto;
    margin-top: 100px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 20px;
}
