body {
  display: grid;
  place-items: center;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;  
  color: rgb(0,0,0);
  background-color: #282727;
}

.icon {
  padding-top: 20px;
  width: 330px;
  height: 330px;
  background: url('../images/ghostbusters-net-logo.png');
  background-repeat: no-repeat;
  background-size: 330px 330px;
  background-position: 0px 20px;
  transition: all 0.6s ease;
}

h1 {
  font-size: 2.063em;
  line-height: 1.38;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  transition: all 0.6s ease;
}

h1 a, h2 a {
  color: rgba(255, 255, 255, 0.45);
  transition: all 0.6s ease;
}

h1 a:hover, h2 a:hover {
  background: rgba(255, 255, 255, 0.45);
  color:#333;
}

.social {
  min-height: 56px;
  margin: 3px auto 0;
  line-height: 1.38;
  text-align: center;
  color: rgb(0,0,0);
}

.social a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 2.1em;
  padding: 8px; 
}

.social a:hover {
  transition: all 0.6s ease;
  color: #fff;
}

.main {
  background-color: #333;
  border-radius: 25px;
  color:#fff;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.38;
  padding: 10px 30px 10px 30px;
}

.main a {
  color: #00A0FF;
}

.main a:hover {
  background-color: #ececec;
  color: #333;
}
