*{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}
html , body {
height: 100vh;
width: 100vw;
background-color: black;
}
body {
background-color: blue;
background: url(‘../imagens/fundo-madeira.jpg’);
background-size: cover;
}
main{
position: relative;
height: 100vh;
}
section#telefone {
background-color: blue;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50% ,-50%);
height: 500px;
width: 250px;
background: url(‘../imagens/frame-iphone2.png’) no-repeat;
}
iframe#tela {
position: relative;
top: 65.2px;
left: 18.5px;
width: 215px;
height: 380px;
}
section#redes {
text-align: right;
}
section#redes img {
width: 50px;
margin: 10px;
border-radius: 50px;
box-shadow: 2px 2px 10px solid black;
}`