@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@500&display=swap');

body {
  background-image: url('../img/background.gif');
  

color: #fff;
font-family: 'Lobster', cursive;
font-size: 1rem;
line-height: 1.5;
font-size: 1rem;
justify-content: center ;
text-align: center;
}



p,
.maintext,
.subtext {
  color: #fff;
  font-family: 'Lobster', cursive;
  font-size: 1rem;
line-height: 1.5;
font-size: 1rem;
text-align: center;
}

.bg-image {
  background-image: url('../img/background.gif');

  filter: blur(6px);
  -webkit-filter: blur(6px);

  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;

  background-repeat: no-repeat;
  background-size: cover;
}

.box {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.192);
  box-shadow: 0 3px 5px rgb(0, 153, 255);
  transform: translate(-50%, -50%);
  
  backdrop-filter: blur(6px);

  width: 90%;

  height: 35%;
  max-width: 580px;
  
  border-radius: 5px;
}

.header {
  position: absolute;
  top: 15%;
  text-align: center;
  width: 100%;

  padding: 0%;
  margin: 0%;
}

.copyrightNote {
  height: auto;
  color: #ffffff73;
  font-family: monospace;
  font-size: 12px;
  text-align: center;
  margin-top: 900px;
  text-align: center;
  color: #ffffff;
  opacity: 0.50;
}  



.maintext {
  font-size: 2.5rem;
  padding: 0%;
  margin: 0%;
  padding-bottom: 5px;
}

.subtext {
  font-size: 1rem;
  font-style: italic;
}


#subtext {
  display: inline;
}

.footer {
  position: absolute;
  bottom: 15%;

  width: 100%;

  /* center all images inside */
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-logo {
  padding-left: 20px;
  padding-right: 20px;

  transition: transform 0.2s;

  width: 40px;
  height: 40px;
}

.social-logo:hover {
  transform: scale(1.5);
}
