@charset "UTF-8";

body {
margin:40px;
font-family:"メイリオ";
background:black;
}


h1 {
color:white;
font-size:50px;
text-shadow:1px 2px 3px cyan;
font-weight: 600;
}




h2 {
color:red;
font-size:50px;
text-shadow:1px 2px 3px white;
opacity:1.0;
font-weight: 600;
}


h3 {
color:lime;
font-size:50px;
text-shadow:1px 2px 3px red;
opacity:0.7;
font-weight: 600;
}



h4 {
color:cyan;
font-size:50px;
text-shadow:1px 2px 3px red;
opacity:1.0;
font-weight: 600;
}


h5 {
color:fuchsia;
font-size:50px;
text-shadow:1px 2px 3px white;
opacity:0.85;
font-weight: 600;
}

span{
    color:greenyellow;
    font-weight: bold;
    font-size:80px;
    text-shadow :1px 2px 3px blueviolet,2px 3px 4px red;
    }

