.main-header{width:100%;height:50px;background-color:rgb(20,20,20);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #410000;font-size:14px;padding-left:15px;padding-right:15px;position:fixed;z-index:100}.main-header-title{justify-content:flex-start}.main-header-options,.main-header-title{width:auto;align-items:center;color:white}.main-header-options{display:none;justify-content:flex-end}.main-header-option{width:auto;height:auto}@media (min-width:1500px){.main-header-options{display:flex}}@media (min-width:425px){.main-header{display:flex;font-size:20px}}