body{
    margin: 0px;
    padding: 0px;
    background-image: url(/Background.jpg);
    font-family: 'Noto Sans HK', sans-serif;
}
.logo{
    display: flex;
    margin-top: 5px;
    margin-left: 40px;
}
.header ul{
    text-decoration: none;
    list-style: none;
    padding: 10px;
}
.header{
    margin left: 50px;
}
 
.header ul li a {
text-decoration: none;
list-style: none;
}
.headlogo{
    color: rgb(67 115 197);
    font-size: 18px;
    justify-content: center;
    text-align: center;
    margin-left: 19px;
    padding: 0px;
    text-decoration: underline;
    margin-top: -15px;
    
}
.logoheadd{
    font-size: 21px;
    border: 2px solid black ;
    color: black;
    margin-left: 5px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    justify-content: center;
    background: skyblue;
    border-radius: 10px;
    
}
.logo img {
    height: 63px;
    width: 63px;
}
.navbar .navbar1 {
    display: flex;
    margin: 0px;
    padding: 0px;
}
.btn{
margin-top: 10px;
background-color: skyblue;
text-decoration: none;
list-style: none;
border-radius: 12px;
border-style: none;
text-align: center;
justify-content: center;
}
.unorderedlist{
    text-decoration: none;
    text-align: center;
}
.btn li a{
    color: cornflowerblue;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    list-style: none;
    font-weight: bold;
    color: black;
}
.btn:hover{
    background-color: tomato;
}
.navbar2::before{
    display: block;
    content: "";
    background-image: url(/dimitry-anikin-ATyawSn-NsE-unsplash.jpg);
    position: absolute;
    background-size: 771px 325px;
    background-repeat: no-repeat;
    margin: auto;
    height: 325px;
    width: 818px;
    z-index: -1;
    opacity: 0.9;
    margin-left: 18px;
}
.navbar2 h2{
    font-family: 'Dancing Script', cursive;;
    margin-left: 180px;
    padding: 0px;
    font-size: 35px;
    color: black;
    text-align: center;
    justify-content: center;
}
.navbar2 h1{
    font-family: 'Dancing Script', cursive;
    font-size: 31px;
    margin-left: 180px;
    margin-bottom: 10px;
    color: rgb(red, green, rgb(83, 83, 204));
}
.navbar2 h3{
    margin-top: 0px;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}
.navbar2 h4{
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 12px;
}
.footer{
    text-align: center;
    justify-content: center;
    border: 2px solid Black;
    border-radius:19px;
    
}
.footer1{
    font-size: 10px;
    font-weight: bolder;
}