* { box-sizing: border-box; } html { height: 100vh; position: relative; } #app { top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); width: 75vw; } #main { text-align: center; border-color: grey; background-color: white; border-width: 3px; border-style: solid; } a { font-size: 1.8rem; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; color: black; } a:hover { color: grey; } body{ height: 100%; background-image: url(noise.svg); background-size: 100% 100%; -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; background-size: cover; text-align: center; } p { font-size: 2rem; padding: 0.5vh 1vw; border-color: grey; background-color: white; border-width: 2px; border-style: solid; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 { font-size: 3rem; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; } .home-img{width: 100%; height: 20vh; object-fit: cover;}