@charset "UTF-8";

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

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

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

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

section#telefone{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 530px;
    width: 264px;
    background: url(../imagens/frame-iphone.png);
    background-repeat: no-repeat;
    background-size: cover;
}

iframe#tela{
    position: relative;
    top: 69px;
    left: 19px;
    width: 227px;
    height: 399px;
}

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

section#redes-sociais a img{
    border-radius: 50%;
    width: 50px;

    margin-right: 30px;
    margin-top: 40px;
    border-radius: 2px 2px 5px black;
}

