* { padding: 0%; margin: 0%; font-family: 'Montserrat', sans-serif; -webkit-tap-highlight-color: transparent; scrollbar-width: none; } ::-webkit-scrollbar { display: none; } body { background-color: #001A35; } .header { position: fixed; width: 100vw; height: 50px; z-index: 0; display: flex; flex-direction: row; } .menu { position: absolute; font-family: 'Open Sans', sans-serif; right: 0; } .sidebar { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color: black; overflow-x: hidden; transition: 0.7s; padding-top: 40px; } .sidebar a:hover { color: #e9bd43; } .sidebar h1 { color: #e9bd43; font-size: 25px; padding-bottom: 5px; padding-left: 32px; } .sidebar a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.7s; } .sidebar .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .openbtn { display: block; font-size: 25px; font-weight: 300; cursor: pointer; position: relative; background-color: #001A35; color: #e9bd43; padding: 20px 15px; border: none; opacity: 1; transition: all 1s ease; } a { text-decoration: none; } @media screen and (min-width:600px) { .box { margin-bottom: 10vh; } .text { font-size: 3vw; width: 50vw; padding: 12px 16px; color: #040f3d; background-color: #e9bd43; border: #e9bd43 solid 2px; border-radius: 100px; text-align: center; } .container { display: flex; flex-direction: column; } .title { width: 100vw; height: 10vh; text-align: center; color: #e9bd43; font-size: 27px; margin-top: 15px; margin-bottom: 30px; } .wrapper { margin-top: 20vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } } @media screen and (max-width:600px) { .box { margin-bottom: 10vh; } .text { font-size: 5vw; width: 50vw; padding: 12px 16px; color: #040f3d; background-color: #e9bd43; border: #e9bd43 solid 2px; border-radius: 100px; text-align: center; } .container { display: flex; flex-direction: column; } .title { width: 100vw; height: 10vh; text-align: center; color: #e9bd43; font-size: 27px; margin-top: 15px; margin-bottom: 30px; } .wrapper { margin-top: 20vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } }