html,body{ position: relative; font-size: 1rem; } .menu{ height: 400px; background-color: #2c3e50; width: 500px; margin-left: 38% ; margin-right: 35%; } .menu a{ color: #ffffff; font-family: sans-serif; display: block; font-size: 40px; margin: 20%; margin-bottom: 0%; margin-top: 3%; } /*.menu a:hover{ text-decoration: none; color: black; }*/ .logo{ text-transform: uppercase; font-weight: bold; font-size: 20px; } .box{ box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); } h1{ text-align: center; width: 100%; margin: 0 auto; font-family: Palatino; font-weight: bold; } .popup-header { margin-top: 1%; margin-right: 3%; color: #393939; border-bottom-color: #393939; border-bottom: 10px ; } .settings-title{ margin-top: 2%; margin-left: 3%; color: white; font-weight: bold; font-size: 30px; } .hr-settings{ margin-left: 3%; width: 97%; height: 4px; background: white; } .hr-settings-lang{ margin-left: 15%; margin-top: 2%; width: 70%; height: 3px; background: white; } .text-settings{ color: white; display: inline-block; font-size: 25px; margin-top: 16%; } .text-dalt-settings{ color: white; display: inline-block; font-size: 25px; margin-top: 14%; } .custom-select { width: 70%; margin: 0 auto; position: relative; } select::-ms-expand { display: none; } .custom-select:after { content: '<>'; font: 17px "Consolas", monospace; color: #393939; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); right: 11px; margin-top: 14%; padding: 0 0 2px; border-bottom: 1px solid #999; position: absolute; pointer-events: none; }