@charset "UTF-8";

*{
    margin: 0px;
    padding: 0px;
}

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

section{
    text-align: right;
}

section>a>img:hover{
    border: 1px solid white;
    transform: translate(-3px, -3px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.404);
    transition: transform 0.5s;
}
section>a>img{
    border-radius: 50%;
    width: 5vw;
    margin: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.404);
    box-sizing: border-box;
}

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

#container{
    height:627px;
    width: 311px;
    background: url('../imagens/frame-iphone.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

iframe#tela{
    position: relative;
    border: 1px blue;
    top: 80px;
    left: 22px;
    width: 267px;
    height: 471px;
}