.menu{display:flex;list-style:none;padding:0;margin:0}@media(max-width:480px){.menu{flex-wrap:wrap}}.menu__list{display:flex;list-style-type:none}.menu__item{margin-right:40px}@media(max-width:480px){.menu__item{margin-right:10px;margin-bottom:10px}}.menu__item__link{color:#000;font-size:larger;font-weight:600}@media(max-width:480px){.menu__item--submenu:hover .menu__submenu{display:none}}.navbar{top:0;left:0;width:100%}.subscribe-form{margin:2rem auto;padding:1rem;border:1px solid #060606;border-radius:4px}.form-group{margin-bottom:1rem}.form-group label{display:inline-block;margin-bottom:.5rem}.form-control{display:block;width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.form-text{color:#6c757d}@media(max-width:768px){.form-group{margin-bottom:.75rem}.form-control,.btn-primary{width:100%}}body{color:#222;font-family:sans-serif;line-height:1.5;margin:1rem;max-width:90%}@media(max-width:480px){body{font-size:14px}}header{background-color:#fff;border-bottom:1px solid #222;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}@media(max-width:480px){header{flex-direction:column}}footer{border-top:1px solid #222;margin-top:1rem}a{color:#00e;text-decoration:none}