<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{
    background-color: rgb(251, 130, 112);
    text-align: center;
    margin: 0px;
}


#explain{
    text-align: center;
}

#sinsa{
    text-align: center;
}

#enzya{
    text-align: center;
}


h1{
    color: rgb(165, 132, 41);
    text-align: center;
    font-size: 8vw;
    margin-top: 16vh;
    margin-bottom: 0px;
    font-family: "midasi";
}

h2{
    color: rgb(255, 255,255);
    text-align: center;
    font-size: 3vw;
    margin-bottom: 0vh;
    margin-left: 12vw;
    margin-right: 12vw;
    font-family: "midasi";
}

h3{
    color: rgb(255, 255,255);
    font-size: 5vw;
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 0px;
}

h4{
    color: rgb(255, 255,255);
    font-size: 4.8vw;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8vh;
}

h5{
    color: rgb(255, 255,255);
    font-size: 2.8vh;
    text-align: center;
    margin-bottom: 0vh;
}

h6{
    color: rgb(81, 137, 157);
    text-align: center;
    font-size: 6vw;
    margin-bottom: 0vh;
    margin-left: 12vw;
    margin-right: 12vw;
    font-family: "midasi";
}

.link{
    color: rgb(255, 255, 255);
    text-decoration:underline rgb(255, 255, 255);
}

.link:hover{
	opacity: 0.7;
}

img:hover[src="../images/youtubelogo.png"] {
    opacity: 0.7;
 }</pre></body></html>