* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

#normal {
  max-width: 90%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px; 
}
#space {
  margin-bottom: 10px;
}
h1, h2 {
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px; 
}
p {
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px; 
}
button {
    background-color: #4cec8cbd;
    color: #E6FFFD;
    border: none;
    font-family: 'Lexend Deca';
    font-size: clamp(1.15rem, 2.2vw, 1.6rem);
    border-radius: 50px;
    padding: 6px 10px 6px 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
body {
    background-color: #31b8c4;
    color: #E6FFFD;
    font-family: 'Lexend Deca';
  }
.bar {
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 7px;
    display: flex;
    flex-direction: row;
  }
.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
.more1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
.more2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
h1, h2 {
    color: rgb(253, 255, 196); 
  }
h1 {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
  }
h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
  }
h3 {
    font-size: clamp(1.88rem, 3vw, 2rem);
    font-weight: normal;
  }
p {
    font-size: clamp(1.3rem, 2.5vw, 2rem);
  }
h4 {
    font-size: clamp(0.63rem, 1.4vw, 0.94rem);
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px; 
    font-weight: normal;
    margin-top: 5px;
  }


button:hover {
    background-color:rgba(223, 220, 28, 0.769);
    color: #E6FFFD;
    cursor: pointer;
    } 

a:link {
    color: #E6FFFD;
    text-decoration: none;
  }
a:hover {
    color:  #f6f228f3;
    text-decoration: none;
  }
h5 {
    font-family: 'Twinkle Star';
    font-size: clamp(1rem, 2.2vw, 1.6rem);
    font-weight: bold; 
  }
#round {
    border-radius: 50%;
    width: clamp(1rem, 2.2vw, 1.6rem);
    border: solid #E6FFFD;
    border-width: clamp(0.09rem, 0.2vw, 0.16rem);
  }
#wa {
    width: clamp(0.88rem, 2vw, 1.4rem);
}