html{box-sizing:border-box;font-size:62.5%;font-family:'Roboto Flex';}*,::after,::before{margin:0;padding:0;box-sizing:inherit;font-family:inherit;outline-style:none;outline:none;font-size:1.2rem;}.container{width:100%;height:100vh;background-color:#b71d21;display:flex;align-items:center;justify-content:center;flex-direction:column;}.container img{min-width:300px;max-width:500px;width:100%;padding:20px;}.content{padding:20px;text-align:center;}.content h2{color:#ffffff;font-size:10rem;text-shadow:3px 4px 7px rgba(81,21,21,.8)}.content h3,.content h4{font-size:2rem;color:#eeeeee;font-weight:200;}.content a{display:inline-block;font-size:2rem;text-transform:uppercase;background-color:white;color:#b71d21;padding:12px 24px;border:1px solid #be1a20;text-decoration:none;font-weight:bold;margin-top:24px;border-radius:2px;box-shadow:3px 4px 7px rgba(81,21,21,.8);}