@charset "UTF-8";
* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    position: absolute;
    left: 70%;
    top: 2%;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.815);
    text-shadow: #be6596 2px 2px 4px;
}
html, body {
height: 110vh;
width: 100vw;
background: linear-gradient(to bottom, #6b1cd2, #be6596);
}
main {
    height: 100vh;
    position: relative;
}
section#telefone {
    height: 627px;
    width: 311px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../imagens/frame-iphone.png) no-repeat center;
}
iframe#tela {
    position: relative;
    top: 80px;
    left: 22px;
    width: 269px;
    height: 471px;
    background-size: cover;
}
section#redes-sociais {
    position: absolute;
    left: 80%;
    top: 15%;
    
}
section#redes-sociais img{
    width: 50px;
    margin: 10px;
    border-radius: 50%;
    box-shadow: 2px 2px 3px black;
    box-sizing: border-box;
}
section#redes-sociais img:hover{
    border: 2px solid rgba(255, 255, 255, 0.596);
    transform: translate(-3px, -3px);
    box-shadow: 5px 5px 10px black;
    transition: transform 0.3s;
}