html,
body {
  height: 100%;
  margin: 0;  
}

a,
a:hover {
  text-decoration: none;
}


.Home {
  align-items: center;
  background-color: #273645;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.Home__Logo {
  width: 75%;
  text-align: center;
}


.Socials {
  display: flex;
  justify-content: center;
  width: 300px;
}

.Socials__IconLink {
  width: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.Socials__Icon {
  width: 100%;
}


@media screen and (min-width: 480px) {
  .Home {
    flex-direction: row;
  }
  
  .Home__Logo {
    width: 25%;
  }
}
