
  h1{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-indent: 36px;
    background-color: rgb(206, 240, 255);
    line-height: 2;
    color: skyblue;
    font-size: 64px;
   
    
}
p{
    font-size: 35px;
    text-indent: 35px;
}

a:hover{
    color: skyblue
}
li{
line-height:27px;
font-size: 25px;
letter-spacing: 1px;
}

.container{
    display: flex;
    background-color:#ffffff;
    margin: 0 auto;
    height: 700px;

}
.item1{
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 50px;
    padding: 0px;
    text-align: center;
    width: 150px;
    height: 65px;
    line-height: 65px;
}
.item2{ 
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 50px;
    padding: 0px;
    height: 600px;
    width: 1450px;
}
.b{
    display:block;
    width: 150px;
    height: 65px;
    color: rgb(0, 0, 0);
    background: rgb(206, 240, 255);
    font-size: 24px;
    margin: 20px;
    
}
body{
    height: 100%;
    
    
}
footer{
    display: block;
    position: absolute;
    width: 100%;
}


.footer{
   height: 100px;
   background: rgb(206, 240, 255);
   color: rgb(0, 0, 0);
   text-align: center;

  }
 