@import url(https://fonts.googleapis.com/css2?family=Italiana&display=swap);#root{overflow:hidden}body{margin:0;background-color:#000;outline:0;border:none}#wrapper{width:100vw;height:100vh}#image{width:100vw;height:100vh;background-image:url(images/20220122_170038_06.jpg);background-size:cover;transform:translateX(var(--x)) translateY(var(--y)) scale(var(--scale));transition:ease-out .7s}#info-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#social-container{position:fixed;top:60%}.social-icons{height:64px;margin:32px;border-radius:10px}#ma-name{font-family:Italiana;font-size:7em;color:#385740;position:fixed;top:70%}@media only screen and (max-width:900px){.social-icons{margin:15px}#social-container{top:40%}#ma-name{font-size:5em;top:50%}}@media only screen and (max-width:512px){#ma-name{font-size:4em}}@media only screen and (max-width:400px){.social-icons{height:48px;margin:10px;border-radius:5px}#ma-name{font-size:3em}}