@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@600&display=swap');

a {
  text-decoration-line: none;
}

#nav {
  font-family: 'Ubuntu', sans-serif;
}


font {
  font-family: 'Bebas Neue', cursive;
  font-family: 'Poppins', sans-serif;
}

#headbg {
  background: url(../images/mctree.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  padding: 8px;
  border-color: black;
  margin-bottom: 20px;
}

#logohead {
  width: 200px;
  height: 200px;
  background-image: url(../images/mlogo.png);
  background-size: 100%;
  backdrop-filter: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border-radius: 20px;
}

#texthead {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: white;
  border: 2px;
  border-color: black;
  text-align: center;
}

#blogmain{
  background: url(../images/bg/blue-bg.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  padding: 20px;
  border-color: black;
  margin: 5px;
  margin-bottom: 10px;
  margin-bottom: 300px;
}

.blogmtxt{
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: white;
  text-align: center;
}

.vbh{
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: white;
  text-align: center;
}

.vbp{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
}

#SearchBlog{
  background: url(../images/bg/blue-bg.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
  padding: 20px;
  border-color: black;
  margin: 5px;
}

#announcement {
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  color: whitesmoke;
  margin: 20px;
  font-size: 21px;
  background: lightseagreen;
}