@media screen and (max-width: 4500px) { .body { background-color: rgb(228, 227, 227); flex: 1; border-top-right-radius: 40px; border-top-left-radius: 40px; z-index: 10; overflow-y: scroll; overflow-x: hidden; border: 4px solid white; top: 5px; position: relative; } } a:focus { text-decoration: none !important; } a:hover { text-decoration: none !important; }