@charset "utf-8";
body {
    background-image: url(bg/main_bg.png);
    color: #009FE3;
    font-size: large;
    text-align: center;
    font-family: crete-round;
    font-style: normal;
    font-weight: 400;
}
#container {
    width: 800px;
    margin: 0 auto;
}