@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

body {
 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
max-width:200%;
font-size: 200%;
color:rgb(15, 29, 226);
}

.text {
  position: center;
  width: 1000px;
  left: 0%;
  margin-left: 00px;
  height: 40px;
  top: 0%;
  
}

.text1 {
  position: center;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  margin-right: -500px;
  height: 100px;
  top: 0%;
  
}

p {
  display: inline-block;
  vertical-align:top;
  margin: 0;
}

.word {
  position: absolute;
  width: 220px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}

body{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
max-width:200%;
font-size: 200%;
color:rgb(2, 3, 10);

}

img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: rgb(8, 1, 1);
  border: none;
  color: rgb(105, 217, 231);
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}






.social a {

  text-decoration: none;
  color:rgb(15, 29, 226);
      font-size: 30px;
    width: 50px;
}

