index.css > h2
body{
    background-color: rgb(109, 224, 224);
    font-family: monospace ;
}
h1{
    color: rgb(219, 33, 33);
    font-size: 40px;
}
h2{
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 36px;
}
button{
    background-color: blanchedalmond;
    border: 1px;
    color: blueviolet;
    text-align: center;
    padding: 15px 32px;
    font-size: 34px;
    display: inline-block;
}
header{
    background-color: rgb(95, 95, 165);
    padding: 20px;
    box-shadow: 0px 2px 5px rgb(61, 56, 56);
}
.photo{
    width: 100px;
    height: 100px;
    float: left;
}
.menu{
    float: right;
}
.menu a{
    text-decoration: rgba(255, 115, 0, 0.836);
    color: lightblue;
    margin-left: 20px;
}
.menu a:hover{
    color: rgb(166, 99, 230);
}
ul li{
    background: rgb(209, 209, 209);
    color: rgb(0, 0, 0);
    margin: 5px;
    padding: 10px;
}
img{
    text-align: center;
    margin-right: 2%;
}
footer{
    width: 100%;
    display: inline-block;
    background-color: rgb(202, 202, 202);
    height: 30vh;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
    box-sizing: border-box;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}
.footer-left, .footer-right{
    display: inline-block;
    vertical-align: top;
}
.footer-left{
    width: 40%;
}
.footer-links{
    color: antiquewhite;
    margin: 20px 0 12px;
    padding: 0;
}
.footer-links a{
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: rgb(135, 236, 231);
}
.image_style{
    border-radius: 60px;
    border: inset rgb(46, 226, 202) 5px;
    width: 300px;
    height: 300px;
}
#image_brother{
    width: 500px;
    margin-right: 10%;
}
h1{
    font-family: 'Marck Script', cursive;
    text-align: center;
}
p{
    font-family: 'Bellota', cursive;
}
li,dd,dt{
    font-family: 'Alice', serif;
}
table, th, td {
  border:1px solid #000000;
  font-family: 'Alice', serif;
}
nav{
    border-radius: 20px;
    background-color: rgba(0, 255, 200, 0.781) ; 
    border: 1px solid #25c1cc; 
    width: 200px;
    text-align: center;
}
ul > li  {
    list-style-type:"\1F344";
}
li{
list-style-type: "\1F344";
}
body{
    margin: 2px, 2px, 2px, 2px;
    background-color: #6bdada;
}
div{
display: flex;
width: 1200px;
margin: 0px 10px 10px 20px;  
padding: 10px 10px 10px 10px;
}
.info-table{
    width: 100%;
}
.info-table tr{
    background: rgb(209, 209, 209);
}
.info-table td{
    padding: 5px;
}
.nav_vertical {
    margin: 0;
    padding: 0;
    width: 100px;
    background: none;
}
.nav_vertical a {
    display: block;
    color: rgba(86, 157, 224, 0.829);
    padding: 8px 16px;
    text-decoration: none;
}
.nav_vertical.a active{
    background-color: rgb(179, 166, 127);
    color: white;
    margin: 2px;
    border-radius: 20px;
}
.nav_verticala:hover:not()
    active{
        background-color: rgb(155, 155, 155);
        color: white;
        margin: 2px;
        border-radius: 20px;
    }
.nav_horizontal {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background:none;
    width:250px;   
}
.nav_horizontal.a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: left;
}
.nav_horizontal.active _page{
    background-color: rgb(127, 194, 194);
}
.nav_horizontal.a:hover:not(.active_page){
    background-color: rgb(160, 221, 221);
}
#body_index{
    background-color: #89c2c4;
}
#body_video{
    background-color: aqua;
}
/*video.html*/
form{
    border: dotted rgb(91, 137, 221) 2px;
    width: 35%;
    background: linear-gradient(45deg,purple,skyblue,yellow);
    color: white;
    padding: 30px;
    margin: 2%;
    margin-left: 25%;
}
  label{
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 14px;
  }
  legend{
    font-size: 25px;
    color: rgb(172, 247, 234);
    font-style: italic;
  }
fieldset{
    border: dashed blue  2px ;
}
input,textarea{
    border-radius: 20px;
}
#special{
    padding-left: 110px;
    padding-top: 100px;
    font-size: 55px;
}
.logo{
    width: 50%;
    padding: 0;
    margin: 0;
    background: url(m.png) center center no-repeat;
    -webkit-mask-image: url(logo_png.png);
    mask-image: url(m.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 95%;
    mask-size: 95%;
}
#logo_size{
    width: 300px;
    margin-left: 200px;
}
#coverage{
    object-fit: cover;
    width: 40%;
    margin-left: 15%;
    opacity: 0.5;
}
.resize img{
    width: 30%;
    transform: 1s;
}
.resize img:hover{
    width:50%;
}
#right_image{
    position: absolute;
    right: 0;
    height: 100px;
    transition: 1s;
}
#right_image:hover{
    position: absolute;
    right: 0;
    height: 200px;
    transition: rotateZ(45deg);
}