@import url("https://fonts.googleapis.com/css2?family=Patua+One&display=swap");
main {
  font-family: Patua One, serif;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bgms.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section.body{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
section.body .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.body .logo {
  height: 100%;
  padding: 10px 0;
}
section.body .logo .image img {
  height: 80px;
  margin: 0 2.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.body .logo .text {
  margin-left: 5px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
section.body .logo .text h1 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}