@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

html,
body {
  height: 100vh;
  width: 100vw;
  background-color: black;
}

body {
  background-image: url("../images/fundo-madeira.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

main {
  height: 100vh;
  position: relative;
}

#telefone {
  height: 627px;
  width: 311px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/frame-iphone.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#tela {
  position: relative;
  top: 82px;
  left: 24px;
  width: 264px;
  height: 468px;
}

#redes-sociais {
  text-align: right;
}

#redes-sociais img {
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

#redes-sociais img:hover {
  border: 3px solid white;
  transform: translate(-3px -3px);
}
