            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background-color: #fff;
    color: #bbb;
    width:530px;
    height:580px;
    scrollbar-width:thin;
    overflow-wrap:break-word;
    word-wrap:break-word;
}
* {
    box-sizing: border-box;
}
h1{
    font-size: 23px;
    margin:4px;
}
h2{
    font-size: 20px;
    margin: 4px;
}
p{
    font-size:15px;
    margin:8px;
    color:#2e3148;
}
a{
	color:#2e3148;
}
a:hover{
	color:#bbb;
	transition: 0.6s;
}
.txt{
	font-size: 28px;
	font-family: 'Candara';
	font-weight: bold;
    filter: drop-shadow(1px 1px 0 #2e3148) drop-shadow(-1px 1px 0 #2e3148) drop-shadow(0 -1px 0 #2e3148) drop-shadow(1px 0 #2e3148);
    margin: 5px;
    color: #ffffff;
}
.txt1{
	font-size: 25px;
	font-family: 'Candara';
	font-weight: bold;
    filter: drop-shadow(1px 1px 0 #2e3148) drop-shadow(-1px 1px 0 #2e3148) drop-shadow(0 -1px 0 #2e3148) drop-shadow(1px 0 #2e3148);
    margin-left: 7px;
    color: #ffffff;
}
#contents{
    margin-top: -18px;
    padding:20px;
	order:1;
}

@media screen and (max-width: 600px){
body{
    margin:20px;
}
header{
    position:relative;
}
.header-inner{
    margin-top:30px;
}
#wrapper{
    width:100%;
	order:1;
}
.box{
	display: none;
}
.box2{
	display: none;
}
.cam{
	display: none;
}
img{max-width:100%;height:auto} 
}