/*!
Theme Name: tracuu
Theme URI: http://google.com
Author: NCN - 094 635 7071
Author URI: http://google.com
Description: Tra cứu văn bằng chứng chỉ
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tracuu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body {
  position: relative;
  // overflow: hidden;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0.5;
  z-index: -1;
}
main {
  padding-top: 10vh;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.logo img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
