body{ font-family: "Verdana", sans-serif; background-color: #ffffff; } header nav{ background-color: #ff6600; } @media (min-width: 768px) { header nav{ height: 84px; } } footer{ background-color: #000000; height: 48px; } .nav-link:hover{ color: #000000; font-weight: bold; } .library-reference{ background-color: #e0adff; border-radius: 15px; } .library-reference:hover{ background-color: #e0adff; font-weight: bold; } .library-button{ background-color: #e8b8e8; border-radius: 15px; } .library-button:hover{ background-color: #bf80e6; font-weight: bold; } .height-min{ height: min-content } h1{ color: #ff6600; } .black-text{ color: #000000; text-decoration: none; } .orange-text{ color: #ff6600; text-decoration: none; } .white-text{ color: #ffffff; text-decoration: none; }