body {
  margin: 0px;
  text-align: center;
  font-family: "Merriweather", Verdana, Helvetica sans-serif;
  color: #40514e;
}

h1 {
  font-size: 5.6rem;
  margin: 50px auto 0 auto;
  font-family: "Sacramento", cursive;
  color: #66bfbf;
}

h2 {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  color: #66bfbf;
  font-weight: normal;
  padding: 0px;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
}


hr {
  border-top: 6px dotted #d6ecec;
  border-bottom: none;
  width: 4%;
  margin: 50px auto;
}

a {
  color: #11999e;
  padding: 30px auto;
  margin: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  text-decoration: none;
}
a:hover {
  color: #eaf6f6;
}

.TopContainer {
  background-color: #e4f9f5;
  margin: 0px;
  padding: 0px;
  border: 0;
  position: relative;
  padding-top: 100px;
}
.TopCloud {
  position: absolute;
  right: 300px;
  top: 40px;
}

.BottomCloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}

/*======================*/

.MiddleContainer {
  padding: 100px 0px 30px;
  background-color: #f8f5f1;
}
.Intro {
  width: 30%;
  margin: auto;
  line-height: 2;
}

.Photo {
  width: 125px;
  border-radius: 50%;
}

.Chips {
  width: 125px;
  height: 130px;
  border-radius: 50%;
  float: right;
}
.Shower {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  float: right;
  margin-left: 30px;
}
.SkillRow {
  margin: 100px auto 70px;
  width: 50%;
  text-align: left;
  /* lägg inte float här!*/
}

/*----- FlipCard 1 ---------*/
.flip-card {
  background-color: transparent;
  width: 125px;
  height: 130px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  float: left; /* lägg bilden till vänster */
  margin-right: 30px; /* så att texten inte ska vara så nära */
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, /* ??? */
.flip-card-back {
  border-radius: 50%; /*Detta funkar. Rundar av bakgrunden*/
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
}
.flip-card-back {
  /*border-radius: 50%; noooo*/
  background-color: rgb(44, 180, 124);
  color: white;
  transform: rotateY(180deg);
}

.NewSkillRow {
  margin: 100px auto 70px;
  width: 50%;
  /*all: initial; /**/
  /*clear: both; /**/
  text-align: left; /**/
  /* lägg inte float här!*/
}

/*----- FlipCard 2 ---------*/
.flip-kort {
  background-color: transparent;
  width: 125px;
  height: 125px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  float: left; /* lägg bilden till vänster */
  margin-right: 30px; /* så att texten inte ska vara så nära */
}
.flip-kort-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-kort:hover .flip-kort-inner {
  transform: rotateY(180deg);
}

.flip-kort-front, /* ??? */
.flip-kort-back {
  border-radius: 50%; /*Detta funkar. Rundar av bakgrunden*/
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-kort-front {
  background-color: #bbb;
  color: black;
}
.flip-kort-back {
  background-color: rgb(215, 244, 248);
  color: black;
  transform: rotateY(180deg);
}

/*--------------------------*/

.HWText {
  font-weight: bolder;
  margin: 16px 8px 8px 8px;
}
.Electro {
  border: 0;
  padding: 6px 8px 0px 8px;
  margin: 8px 8px 8px 8px;
  line-height: 1.5;
}
.Text {
  line-height: 2;
}
.BottomText {
  margin: 0px;
  padding: 30px 0 10px;
  color: #eaf6f6;
  font-size: 0.75rem;
}
.Programmer {
  font-size: 2.5rem;
}

.ContactMe {
  padding-bottom: 55px;
}
.ContactMessage {
  width: 40%;
  margin: 40px auto 60px;
}
.BottomContainer {
  background-color: #66bfbf;
  padding: 50px 0px 20px;
}

.button {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 08;
  -moz-border-radius: 08;
  border-radius: 08px;
  text-shadow: 0px 0px 0px #2da4a8;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.button:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
