.header {
    background-color: #a4ca68;
}
.site-title {
  color: white;
  font-size: 3rem;    
  line-height: 1.3;     
  margin: 40px 0;        
  text-align: center;
}


.title {
    justify-content: space-between;
    display: flex;
}

.hamburger {
    display: none;
}

.sp-nav {
    background-color: #bd8449;
}

.header ul {
    display: flex;
    column-gap: 20px;
    list-style: none;
}

body{
    margin:0px;
    padding:0px;
    text-align:center;
}

.all {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    width:650px;
}

.white-text {
    color: white;
}
.white-text:active {
    color: black; 
}

@media (max-width: 650px) {
    .header {
        padding: 1px;
        background-color: #a4ca68;
    }
.white-text {
    color: black;
}
    .hamburger {
        display: initial;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 50px;
        height: 40px;
        cursor: pointer;
        z-index: 300;
    }

    .hamburger__line {
        position: fixed;
        width: 50px;
        height: 3px;
        right: 0;
        background-color: #000;
        transition: all 0.5s;
    }

    .hamburger__line--1 {
        top: 1px;
    }
      
    .hamburger__line--2 {
        top: 18px;
    }
      
    .hamburger__line--3 {
        top: 36px;
    }

    .open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 11px;
    }
      
    .open .hamburger__line--2 {
        opacity: 0;
    }
      
    .open .hamburger__line--3 {
        transform: rotate(45deg);
        top: 11px;
    }
      
    .sp-nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 70%;
        height: 100vh;
        background-color: #E7F9F9;
        transition: all 0.5s;
        z-index: 200;
        overflow-y: auto;
    }
      
    .open .sp-nav {
        right: 0;
    }
    
    .black-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 100;
    }
      
      .open .black-bg {
        opacity: 0.3;
        visibility: visible;
    }

    .header ul {
        display: block;
        display: initial;
        list-style: initial;
    }

    body{
        margin:0px;
        padding:0px;
        text-align:center;
    }
    
    .all {
        margin-left:auto;
        margin-right:auto;
        text-align:left;
        width: 650px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 1px;
        background-color: #a4ca68;
    }

    .hamburger {
        display: initial;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 50px;
        height: 40px;
        cursor: pointer;
        z-index: 300;
    }

    .hamburger__line {
        position: absolute;
        width: 50px;
        height: 3px;
        right: 0;
        background-color: #000;
        transition: all 0.5s;
    }

    .hamburger__line--1 {
        top: 1px;
    }
      
    .hamburger__line--2 {
        top: 18px;
    }
      
    .hamburger__line--3 {
        top: 36px;
    }

    .open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 11px;
    }
      
    .open .hamburger__line--2 {
        opacity: 0;
    }
      
    .open .hamburger__line--3 {
        transform: rotate(45deg);
        top: 11px;
    }
      
    .sp-nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 70%;
        height: 100vh;
        background-color: #E7F9F9;
        transition: all 0.5s;
        z-index: 200;
        overflow-y: auto;
    }
      
    .open .sp-nav {
        right: 0;
    }
    
    .black-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 100;
    }
      
      .open .black-bg {
        opacity: 0.3;
        visibility: visible;
    }

    .header ul {
        display: block;
        display: initial;
        list-style: initial;
    }

    body{
        margin:0px;
        padding:0px;
        text-align:center;
    }
    
    .all {
        margin-left:auto;
        margin-right:auto;
        text-align:left;
        width: 480px;
    }
}

@media (max-width: 360px) {
    .header {
        padding: 1px;
        background-color: #a4ca68;
    }

    .hamburger {
        display: initial;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 50px;
        height: 40px;
        cursor: pointer;
        z-index: 300;
    }

    .hamburger__line {
        position: absolute;
        width: 50px;
        height: 3px;
        right: 0;
        background-color: #000;
        transition: all 0.5s;
    }

    .hamburger__line--1 {
        top: 1px;
    }
      
    .hamburger__line--2 {
        top: 18px;
    }
      
    .hamburger__line--3 {
        top: 36px;
    }

    .open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 11px;
    }
      
    .open .hamburger__line--2 {
        opacity: 0;
    }
      
    .open .hamburger__line--3 {
        transform: rotate(45deg);
        top: 11px;
    }
      
    .sp-nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 70%;
        height: 100vh;
        background-color: #E7F9F9;
        transition: all 0.5s;
        z-index: 200;
        overflow-y: auto;
    }
      
    .open .sp-nav {
        right: 0;
    }
    
    .black-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 100;
    }
      
      .open .black-bg {
        opacity: 0.3;
        visibility: visible;
    }

    .header ul {
        display: block;
        display: initial;
        list-style: initial;
    }

    body{
        margin:0px;
        padding:0px;
        text-align:center;
    }
    
    .all {
        margin-left:auto;
        margin-right:auto;
        text-align:left;
        width: 360px;
    }
}
