html,
body {
  margin: 0;
  background-color: #7a090c;
  font-family: "Raleway", sans-serif;
}

section #mainsocial {
  text-align: center;
  transform: translatez(0);
}
section #mainsocial h2 {
  margin: 80px 0px 40px;
  color: #fff;
  font-size: 2.4em;
  text-transform: uppercase;
  text-align: center;
}
section #mainsocial li {
/* width: 120px; */
  height: 140px;
  display: inline-block;
  margin: 20px;
  list-style: none;
}
section #mainsocial li div {
  width: 120px;
  height: 120px;
  color: #7a090c;
  font-size: 3.4em;
  text-align: center;
  line-height: 120px;
  background-color: #fcdc74;
  transition: all 0.5s ease;
}
section #mainsocial li a {
  color: #7a090c;
}
section #mainsocial li div:hover {
  transform: rotate(360deg);
  border-radius: 100px;
}
section #mainsocial li span {
 /* width: 120px; */
  height: 20px;
  display: block;
  padding: 8px 0px;
  color: #d7ca9e;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}
.credits a {
  display: block;
  text-align: center;
  color: #74d4b3;
  text-decoration: none;
  font-size: 24px;
  margin-top: 50px;
  background: white;
  padding: 20px;
  max-width: 300px;
}

h3 {
  margin: 70px 0px 0px;
  color: #cfcfcf;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
}
h9 {
  margin: 70px 0px 0px;
  color: #cfcfcf;
  font-size: 0.7em;
  text-align: center;
}

element.style {
}
section #mainsocial li div:hover {
    transform: rotate(360deg);
    border-radius: 100px;
}
section #mainsocial li div {
    width: 120px;
    height: 120px;
    color: #7a090c;
    font-size: 3.4em;
    text-align: center;
    line-height: 114px;
    background-color: #fcdc74;
    transition: all 0.5s ease;
}
user agent stylesheet
div {
    display: block;
}
section #lang li {
    /* width: 120px; */
    height: 90px;
    display: inline-block;
    margin: 5px;
    list-style: none;
    padding-right: 5px;
    padding-left: 5px;
}
section #lang li div {
    width: 90px;
    height: 90px;
    color: #7a090c;
    font-size: 3.4em;
    text-align: center;
    line-height: 90px;
    background-color: #fcdc74;
    transition: all 0.5s ease;
    border-radius: 20px;
}
.border{
    border-width: 1px;
    border: solid;
    padding: 20px;
    border-radius: 20px;
    border-color: #818181;
    margin-right: 50px;
    margin-left: 50px;
}
section #lang li {
    /* width: 120px; */
    height: 90px;
    display: inline-block;
    margin: 0px;
    list-style: none;
}
ul{
padding: 0px;
}


    @media only screen and (min-width: 600px) {
      html {
        zoom: 2;
      }
    }

    @media only screen and (min-width: 800px) {
      html {
        zoom: 1.5;        
      }
    }

    @media only screen and (min-width: 1000px) {
      html {
        zoom: 1;
      }
    }
  
