body {
    text-align: center;
    margin: 0px;
}

.top-container {
    background-color: rgb(178, 218, 204);
    position: relative;
    padding-top: 100px;
}

p{
    line-height: 2.5rem;
    color: #40514e;
}

h1 {
    font-family: "Sacramento", cursive;
    font-size: 70px;
    color: rgb(21, 199, 199);
}

h2 {
    font-family: "Pacifico", cursive;
    font-size: 50px;
    color: rgb(44, 153, 153);
}

h3 {
    font-family: "Pacifico", cursive;
    color: rgb(44, 153, 153);
    font-size: 2rem;
}
h4{
    font-size: 1.5rem;
    color: rgb(44, 153, 153);
    font-family: "Pacifico", cursive;
}
hr{
    border: 0.6rem dotted rgba(127, 255, 212, 0.425);
    border-bottom: none;
    width: 4%;
    margin: 80px auto 80px;
}

.birinchi_p {
    width: 30%;
    margin-inline: auto;
    font-size: 30px;
}

.top-cloud,
.bottom-cloud {
    width: 200px;
    height: 200px;
    position: absolute;
}
.top-cloud {
    right: 350px;
    top: 50px;
}
.bottom-cloud {
    bottom: 200px;
}
.portfolio img {
    width: 25%;
    border-radius: 50%;
    height: 320px;
}
.portfolio {
    padding-top: 60px;
}

.skill {
    margin: 100px auto 100px;
    width: 50%;
    text-align: left;
}

.img_1,
.img_2 {
    width: 25%;
}
.img_1 {
    float: left;
    margin-right: 50px;
}
.img_2 {
    float: right;
    margin-left: 50px;
}
.skill p{
    font-size: 1.5rem;
    
}
.connect{
    width: 50%;
    margin-inline: auto;
}
.connect p{ 
    font-size: 2rem;
}
.btn {
  background: #0e96f0;
  background-image: -webkit-linear-gradient(top, #0e96f0, #104261);
  background-image: -moz-linear-gradient(top, #0e96f0, #104261);
  background-image: -ms-linear-gradient(top, #0e96f0, #104261);
  background-image: -o-linear-gradient(top, #0e96f0, #104261);
  background-image: linear-gradient(to bottom, #0e96f0, #104261);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "Pacifico", cursive;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 50px auto 50px;
  display: inline-block;
}

.btn:hover {
  background: #09334d;
  background-image: -webkit-linear-gradient(top, #09334d, #248fd6);
  background-image: -moz-linear-gradient(top, #09334d, #248fd6);
  background-image: -ms-linear-gradient(top, #09334d, #248fd6);
  background-image: -o-linear-gradient(top, #09334d, #248fd6);
  background-image: linear-gradient(to bottom, #09334d, #248fd6);
  text-decoration: none;
}
.bottom-container{
background-color: rgb(26, 187, 133);
padding: 3rem 0 1rem;
}
a{
    font-size: 1.5rem;
    margin-left: 2rem;
    text-decoration: none;
    color: white;
}
.bottom-container p{
    font-size: 1.5rem;
    color: azure;
   
}
.bottom-container a:hover{
    color: black;
    font: bold;
}