* {
  width: 100%;
  font-family: "M PLUS Rounded 1c";
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  header {
    background-color: rgb(71, 183, 148);
    display: flex;
    justify-content: center;
  }
  header .header-contents {
    width: 350px;
    height: 120px;
  }
  header .header-contents a {
    text-decoration: none;
  }
  header .header-contents a h1 {
    color: white;
    font-size: 35px;
    letter-spacing: 5px;
    text-align: center;
    padding-bottom: 20px;
  }
  header .header-contents .btn-wrapper {
    display: flex;
    justify-content: center;
  }
  header .header-contents .btn-wrapper .button {
    position: relative;
    display: flex;
    height: 40px;
    width: 150px;
    float: left;
    margin: 0 auto;
    background: rgb(17, 193, 241);
    border-radius: 50px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  }
  header .header-contents .btn-wrapper .button a {
    display: inline-block;
    color: white;
    position: absolute;
    top: 14px;
    left: 15px;
    width: 100%;
    height: 100%;
  }
  header .header-contents .btn-wrapper .button .fa-regular {
    text-decoration: none;
  }
  header .header-contents .btn-wrapper .button .fa-solid {
    text-decoration: none;
  }
  header .header-contents .btn-wrapper .button .fa-brands {
    text-decoration: none;
  }
  header .header-contents .btn-wrapper .button span {
    font-size: 12px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    display: flex;
    color: white;
  }
  .about {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .about .container {
    width: 350px;
    display: flex;
  }
  .about .container .main {
    text-align: center;
    margin-bottom: 50px;
  }
  .about .container .main .about-text {
    text-align: center;
    background-color: rgb(23, 84, 130);
    margin-bottom: 50px;
    border-radius: 12px;
    padding: 20px 0;
  }
  .about .container .main .about-text p {
    color: white;
    font-size: 20px;
  }
  .about .container .main img {
    width: 350px;
    box-shadow: 5px 5px 5px #999;
    border-radius: 10px;
  }
  .content {
    text-align: center;
    margin: 0 auto;
    width: 350px;
  }
  .content h2 {
    border-radius: 10px;
    background-color: rgb(23, 84, 130);
    padding: 20px 0 20px 0;
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
    letter-spacing: 5px;
  }
  .content .example h3 {
    font-size: 30px;
    background-color: #dfdfdf;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .content .example .explanation {
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .content .example .explanation img {
    width: 350px;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #999;
  }
  .content .example .explanation p {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .content .example .explanation .button2 {
    height: 40px;
    width: 120px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    background: rgb(109, 187, 209);
    margin-bottom: 40px;
  }
  .content .example .explanation .button2 a {
    text-decoration: none;
    color: white;
    
    display: block;
    line-height: 40px;
  }
  footer {
    text-align: center;
    background-color: rgb(82, 201, 155);
    padding: 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  header {
    padding: 20px;
    background-color: rgb(71, 183, 148);
    display: flex;
    justify-content: center;
  }
  header .header-contents {
    width: 1170px;
    display: flex;
  }
  header .header-contents a {
    text-decoration: none;
  }
  header .header-contents a h1 {
    color: white;
    font-size: 35px;
    letter-spacing: 5px;
    padding-left: 100px;
  }
  header .header-contents .btn-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-right: 100px;
  }
  header .header-contents .btn-wrapper .button {
    position: relative;
    display: flex;
    height: 60px;
    width: 200px;
    float: left;
    margin: 0 5px;
    background: rgb(17, 193, 241);
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  }
  header .header-contents .btn-wrapper .button a {
    color: white;
    position: absolute;
    top: 25px;
    left: 20px;
    width: 100%;
    height: 100%;
  }
  header .header-contents .btn-wrapper .button .fa-regular {
    text-decoration: none;
  }
  header .header-contents .btn-wrapper .button .fa-solid {
    text-decoration: none;
  }
  header .header-contents .btn-wrapper .button .fa-brands {
    text-decoration: none;
  }
  header .header-contents .btn-wrapper .button span {
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    display: flex;
    color: white;
  }
  .about {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .about .container {
    width: 1170px;
    display: flex;
  }
  .about .container .main {
    text-align: center;
    margin-bottom: 50px;
  }
  .about .container .main .about-text {
    text-align: center;
    background-color: rgb(23, 84, 130);
    margin-bottom: 50px;
    border-radius: 12px;
    padding: 20px 0;
  }
  .about .container .main .about-text p {
    color: white;
    font-size: 20px;
  }
  .about .container .main img {
    width: 1000px;
    height: 1000px;
    box-shadow: 5px 5px 5px #999;
    border-radius: 10px;
  }
  .content {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .content .container {
    width: 1200px;
  }
  .content .container h2 {
    background-color: rgb(23, 84, 130);
    padding: 20px 0 20px 0;
    font-size: 30px;
    margin-bottom: 100px;
    color: white;
    letter-spacing: 5px;
  }
  .content .container .example h3 {
    margin: 0 0px 20px 0px;
    color: white;
    font-size: 30px;
    background-color: #dfdfdf;
  }
  .content .container .example .explanation {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }
  .content .container .example .explanation img {
    width: 550px;
    height: 400px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #999;
  }
  .content .container .example .explanation .explanation-text p {
    width: 650px;
    text-align: left;
    font-size: 20px;
    padding-left: 20px;
  }
  .content .container .example .explanation .explanation-text .button2 {
    height: 70px;
    width: 200px;
    margin: 30px auto 0;
    font-size: 30px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    background: rgb(109, 187, 209);
    
    
  }
  .content .container .example .explanation .explanation-text .button2 a {
    text-decoration: none;
    color: white;
    line-height: 70px;
    display:block;
  }
  footer {
    text-align: center;
    background-color: rgb(71, 183, 148);
    padding: 50px 0;
    color: white;
    letter-spacing: 2px;
  }
}/*# sourceMappingURL=style.css.map */