body { background-color: #232627; height: 100vh; margin: 0; color: #FFFFFF; } .navbar { height: 3.5rem; border-bottom: 1px solid pink; margin-bottom: 2.5rem; } .root { width: 100%; height: 25rem; margin: auto; background: url("/media/hell-girl-full.png"); background-repeat: no-repeat; } strong, em { color: red; font-style: normal; } em { font-size: 2rem; } .content { text-align: center; } @media only screen and (max-device-width: 480px) { }