* {
    font-family: "Instrument Sans", sans-serif;
  }

.header {
    background-color: white;
}

.logo{
    font-size: 48px;
    color: #262642;
    margin-left: 2%;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}


.nav-but{
    display: flex;
    justify-content: center;
    margin-right: 2%;
}

.nav-button{
    padding: 16px;
    border-radius: 28px;
    border-style: none;
    background-color: #4a8dff;
    color: white;
    font-weight: 700;
    font-size: 16px;
    width: 150px;
}

a{
    text-decoration: none;
    color: inherit;
    text-align: center;
}