body { font-family: Arial; background-color: #ffd589; } hr { visibility: hidden; } p { font-size: 1.03vw; } .titleimg { display: block; margin-left: auto; margin-right: auto; } .subtitle { text-align: center; color: black; } .menubar ul { display: table; margin: 0 auto; } .menubar ul a { float: left; width: 10vw; height: 2vw; background-color: #5181ff; line-height: 2vw; text-align: center; font-size: 1.03vw; text-decoration: none; color: white; display: inline; } .menubar ul a:hover { background-color: #8800ff; } .dropdown { margin: 0; padding: 0; list-style: none; float: left; width: 10vw; height: 2vw; background-color: #8800ff; line-height: 2vw; text-align: center; font-size: 1.03vw; display: inline; } .dropdown:hover .dropdownContent { display: block; position: relative; z-index: 10; } .dropdownContent { display: none; background-color: #5181ff; } .dropdownContent a:hover { background-color: #8800ff; } .dropdownContent a { text-decoration: none; color: white; display: block; } .menubar-side ul { float: left; display: table; width: 10vw; margin-left: 2.5%; line-height: 2vw; display: inline; position: relative; } .menubar-side ul a { background-color: #5181ff; text-align: center; font-size: 1.03vw; text-decoration: none; color: white; height: 2vw; position: relative; display: block; } .menubar-side ul a:hover { background-color: #8800ff; } .global-page-subtitle { color: white; opacity: 1; text-align: center; width: fit-content; position: relative; border-radius: 5px; background-color: #9e84ff; margin-left: 1.5vw; } .global-page-subtitle p { color: white; opacity: 1; position: relative; text-align: center, justify; padding: 5px; } .global-page-bg { float: right; margin-top: 4vw; margin-right: 14.875%; width: 68.25%; background-color: #84a6ff; opacity: 0.9; z-index: 1; border-radius: 10px; position: relative; } .main-page-greet { float: right; border-radius: 20px; background-color: #84a6ff; opacity: 1 !important; margin-top: 2vw; margin-right: 14.875%; width: 68.25%; } .main-page-greet p { color: white; opacity: 1; position: relative; text-align: center, justify; padding: 5px; } .main-page-title { border-radius: 20px; background-color: #ff9646; color: white; opacity: 1 !important; text-align: center; margin-top: 2vw; margin-left: auto; margin-right: auto; padding-top: 1px; padding-bottom: 1px; position: relative; width: 65vw; } .main-page-content { opacity: 1; padding-top: 3px; padding-bottom: 3px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; background-color: #9e84ff; border-radius: 5px; text-align: center; width: 55vw; } .main-page-content p { color: white; opacity: 1; position: relative; text-align: center, justify; }