body{
    height: 100vh;
  }
p{
    color: rgb(7, 24, 117);
    font-size: 25px;
    line-height: 26px;
    margin: 0 0 15px;
    padding: 20px;
    text-transform: none;
    font-weight: 400;
  }
nav{
  overflow: hidden;
  background-color: rgb(26, 26, 82);
  font-size: 28px;
  width: 100%;
  align-items: center;
  justify-content:center;
}
nav a{
float:none !important;
font-size: 18px;
color: gold;
display:flexbox;
text-align: center;
padding: 30px 30px;
}
a{
text-decoration:none;
}
nav a:hover{
color:aliceblue
}
nav li{
display: inline-block;
margin: 0 8px;
}
.head-con{
background-color: rgb(26, 26, 82);
text-decoration-color: aliceblue;
text-align: center;
color: white;

}
marquee{
color: aliceblue;
background-color: azure;
}
.had-con h1{
font-style: oblique;
}
.thumbnail{
padding-left: 30px;
filter: brightness(120%) contrast(115%);
}
.content{
padding: 15px 30px;
}
footer{
background-color:skyblue;
color: rgb(26, 1, 253);
}
.foot-m{
padding: 20px;
margin: 20px;
font-size: 25px;
}
#address{
padding: 30px;
justify-content: center;
}
#mail a{
text-decoration: none;
padding: 30px;
justify-content: center;
}
.end{
font-size: 20px;
text-align: center;
font-weight: 200;
}
.vicky{
  color:blue;
}