@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap";.title{display:flex;font-size:1.5rem;color:#0c7d81;font-weight:600;text-transform:uppercase;justify-content:center;padding:1rem 0}.phone{width:0}nav{display:flex;justify-content:space-between;align-items:center;background-color:#0c7d81;max-width:100%;padding:1rem;z-index:1;box-shadow:#11111a1a 0 1px}img{width:8rem;object-fit:cover;cursor:pointer}ul{display:flex;list-style:none;justify-content:space-around;align-items:center}ul li{font-size:1rem;color:#f5f5f5;padding-right:1rem;text-transform:uppercase;font-weight:700;transition:all .3s ease-in-out}ul li:last-child{padding-right:0;border:#f5f5f5 .2rem solid;padding:.4rem .8rem;border-radius:.6rem;cursor:pointer}ul li:hover{color:#f5f5f595}@media (max-width: 425px){nav{display:block}img{margin:0 auto}}*{margin:0;padding:0;font-family:Roboto,sans-serif}html{width:auto}body{max-width:100vw;height:100vh;background-color:#f5f5f5}
