@charset "UTF-8";

@import url("font.css");
@tailwind base;
@tailwind components;
@tailwind utilities;
.content {
  overflow: hidden;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #wrap .content img {filter: blur(5px) brightness(0.5); transition: .35s ease;} */
.boxContainer .boxCov:hover img {filter: none}
#wrap .content .title {
  position: fixed;
  width: 100%;
  padding: 2.5rem 5.5rem;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
  top: 0px;
  background: none;
  display: none;
}
#wrap .content .title img {
  margin: 0;
  margin-right: 0.5rem;
  max-width: 2.5rem;
}
#wrap .content .innerDiv {
  width: 100%;
}
.home .content .links {
  margin-top: 2rem;
}
footer {
  text-align: left;
}
.txt_layout {
  text-align: left;
}

footer .nav .page_name {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.53;
  text-align: left;
  color: #ff5c00 !important;
}
