/*
 * UnderConstructionPage
 * Plain Text theme CSS
 * (c) WebFactory Ltd, 2015 - 2023
 */
body {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.65em;
    color: #ffffff;
    background: #000000;
    text-rendering: optimizeLegibility;
    font-family: "Times New Roman", Times, serif;
}
.container {
  background-color: #000000;
}
header {
  background-color: #000000;
  border-top: 12px solid #000000;
  text-align: center;
}
#logo {
  background-color: #000000;
  max-width: 50px;
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-out;
}
#logo:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#logo-wrap {
  padding: 25px;
  background-color: #000000;
  display: none;
}
h1 {
  font-size: 6rem;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  margin: 11.875rem 0 1.5rem 0;
  text-align: center;
}
.content {
  text-align: center;
  font-size: 1.875rem;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 60px;
  font-family: "Times New Roman", Times, serif;
}
#social {
  text-align: center;
  margin-top: 3rem;
}
#social a i {
  color: #ffffff;
  margin: 10px;
  box-sizing: content-box;
}
#social a:hover i {
  color: #de2a13;
}
@media(max-width:767px){
  h1 {
     font-size: 4rem;
     margin: 7rem 0 1.5rem 0;
  }
}