body{
    /* background:rgb(245, 245, 245); */
  background-image: linear-gradient( #000000,#92898A,#D7E8BA);
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
}
main{
  background-color: #AFCBFF;
  display: block;
  width: 50%;
  margin-left: 25%;
  margin-right: auto;
  margin-top: 7%;
  margin-bottom: auto;
  height: 80%;
  border-radius: 15px;
}
h3{
  font-family: sans-serif;
  text-align: center;
}
h4{
  font-family: sans-serif;
  font-size: medium;
  text-align: center;
}
p{
    font-size: 25px;
    color:#18000f;
    text-align: center;
}

nav{

  width: 100%;
  height: 10%; 
  display: flex;
  flex-direction: row;
  margin-top: 1%;
  background-color:#477D4B;
  position: fixed;
  top: 0;
  z-index: -1;

}
footer{
  display: block;
  width: 100%;
  height: 5%;
  background-color: #477D4B;
  position: fixed;
  bottom: 0;
  z-index: -1;
  opacity: 0.75;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color:#23c9ff;
}
.welcome{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 5%;
}
.navLink{
  display: inline;
  margin-left: 10%;
  color:#23c9ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-decoration: none;
  
}
.link_label{
  font-family: Arial, Helvetica, sans-serif;
  color: #23c9ff;
}
.myLink{
  display: block;
  color:#23c9ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
}
.blogColumn{
  background-color: #AFCBFF;
  display: block;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  height: 90%;
  margin-top: 5%;
  margin-bottom: 5px;
  margin-bottom: auto;
  border: 2px,hidden, red;
  border-radius: 20px;
  position: sticky;
}
.postDate{
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
#passcheck{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
