@charset "utf-8";

body {
    font-size: 20px;
}

#main h1 {
    font-size: 1em;
}

#main h2 {
    font-size: 1em;
}

#main h3 {
    font-size: 1em;
}

#main p {
    font-size: 0.8em;
}

.ticket {
    width: 40%;
}

.sbuton {
    width: 60%;
	
}


