* { 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; } .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; } .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; } .box { margin-bottom: 45px; } @media screen and (min-width:600px) { .text { font-size: 2vw; width: 50vw; padding: 12px 16px; color: #040f3d; background-color: #e9bd43; border: #e9bd43 solid 2px; border-radius: 100px; text-align: center; } .wrapper { display: flex; flex-direction: row; } .t1 { margin-left: 25vw; } .t2 { margin-left: 25vw; } .t3 { margin-left: 25vw; } .t4 { margin-left: 25vw; } .t5 { margin-left: 25vw; } .t6 { margin-left: 5vw; } .t7 { margin-left: 5vw; } .t8 { margin-left: 25vw; } .t9 { margin-left: 5vw; } .t10 { margin-left: 25vw; } .t11 { margin-left: 5vw; } .t12 { margin-left: 25vw; } .t18 { margin-left: 25vw; } } @media screen and (max-width:600px) { .text { font-size: 3.5vw; width: 50vw; padding: 12px 16px; color: #040f3d; background-color: #e9bd43; border: #e9bd43 solid 2px; border-radius: 100px; text-align: center; } .wrapper { display: flex; flex-direction: row; } .t1 { margin-left: 5vw; } .t2 { margin-left: 5vw; } .t3 { margin-left: 5vw; } .t4 { margin-left: 5vw; } .t5 { margin-left: 5vw; } .t6 { margin-left: 5vw; } .t7 { margin-left: 5vw; } .t8 { margin-left: 5vw; } .t9 { margin-left: 5vw; } .t10 { margin-left: 5vw; } .t11 { margin-left: 5vw; } .t12 { margin-left: 5vw; } .t18 { margin-left: 5vw; } }