body {
  color: #1b262c;
  background-color: #cffffe;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

td {
  line-height: 2;
  color: #1b262c;
  font-family: 'Sacramento', cursive;
}

p {
  line-height: 2;
}

.upper-container {
  background-color: #03051e;
  position: relative;
  padding-top: 100px;
  height: 620px;
}

.middle-container {
  margin: 50px 0;
}

h1 {
  font-size: 5.625rem;
  color: white;
  margin: 20px auto -6px auto;
  font-family: 'Sacramento', cursive;
}

h2 {
  color: #0f3460;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  color: #0f3460;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  color: #1b262c;
  font-family: 'Montserrat', sans-serif;

}

.ab {
  color: white;
  font-size: 1.5rem;
  font-weight: normal;
}


.m1 {
  height: 350px;
  width: 800px;
  position: absolute;
  top: 370px;
  right: 300px;
}

.top_cloud {
  position: absolute;
  right: 420px;
  top: 0px;

}

.bottom_cloud {
  position: absolute;
  left: 400px;
  top: 260px;

}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}

.code {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.draw {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.gamepad {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.anime {
  height: 200px;
  width: 300px;
  float: right;
  margin-left: 30px;
}

.contact-message {
  width: 40%;
  margin: 40px auto 10px;
}

.bottom-container {
  background-color: #00b7c2;
  margin-top: 50px;
  padding: 35px 0 18px;
}

a {
  color: #0f3460;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 10px;
  text-decoration: none;
}

a:hover {
  color: #EAF6F6;
}

.copy {
  color: #EAf6F6;
  font-size: 0.75rem;
  padding-top: 20px;
}

.btn:hover {
  color: #5eaaa8;
}

.lang:hover {
  color: #0f3460;
}

.pl-h1 {
  color: #40a8c4;
}

.c-h1 {
  color: #40a8c4;
}

label {
  color: #1b262c;
  font-family: 'Sacramento', cursive;
}

.button {
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #00b7c2;
  color: black;
  border: 2px solid #00b7c2;
}


.button:hover {
  background-color: #008CBA;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 380px) {

  .upper-container {
    height: 600px;
    margin-bottom: 50px;
  }

  .middle-container {
    margin: 50px 0;
  }

  h1 {
    font-size: 4rem;
    margin: 20px auto -6px auto;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: .8rem
  }

  .ab {
    font-size: 1rem;
  }

  .m1 {
    height: 338px;
    width: 400px;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .top_cloud {
    position: absolute;
    width: auto;
    height: 15%;
    right: 0px;
    top: 1rem;

  }

  .bottom_cloud {
    width: auto;
    height: 15%;
    left: 0px;
    bottom: 1rem;
  }

  .nar {
    width: 40%;
    height: auto;
  }

  .skill-row {
    width: 80%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    text-align: justify;
    align-items: center;
  }

  .skill-row img {
    margin: 0;
    width: 30%;
  }

  .skill-row h3 {
    text-align: center;
  }

  .anime {
    width: max-content;
    height: max-content;
  }

  .button {
    padding: 10px 25px;
    font-size: 12px;
    transition-duration: 0.4s;
    background-color: #00b7c2;
    color: black;
  }

  .contact-message {
    width: 80%;
  }
}

@media screen and (max-width: 350px) {

  .top_cloud {
    height: 10%;
  }

  .bottom_cloud {
    height: 10%;
  }
}