*{
padding: 0;
margin: 0;
}

header{
background: #FF69B4;
height: 50px;
}
header nav {
display: flex;
margin-left: 65%;
}
header nav li{
padding-left: 10%;
}
header a{
text-decoration: none;
color: #ADFF2F;
font-size: 1.5em;
font-family: Andale Mono, monospace;
}

#intro {
background-color: #ffe9f4
}
#about{
background-color: bisque;
}
#contact{
background-color: #d1ffbe;
}

section{
height: 100vh;
border: 3px solid #ADFF2F;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}


.image1 {
margin-top: 20%;
border: 6px solid #FF69B4;
height: 400px;
border-radius: 10%;
position: relative;
left: 200px;
}


.type-out{
  display: flex;
  font-family: Andale Mono, monospace;
  overflow: hidden;
  border-right: .15em solid #FF69B4;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: .1em;
  animation:
    typing 3s steps(30, end),
    blink-caret .7s step-end infinite;
     }
@keyframes typing {
  from { width: 0 }
  to { width: 40% }
}
@keyframes blink-caret {
from, to {border-color: transparent}
50% {border-color: #FF69B4}
}

.Container {
margin-top: -7%;
font-size: 1.2em;
font-family: Andale Mono, monospace;
ul {
    list-style: none;
}
ul li:before {
    content: "\2665";
    color: #FF69B4;
   }
}

.image3 {
margin-top: -7%;
height: 350px;
position: relative;
left: 50px;
}

.Container2 {
margin-top: -4%;
font-size: 1.5em;
font-family: Andale Mono, monospace;
ul {
    list-style: none;
}
ul li:before {
    content: "\2665";
    color: #FF69B4;
   }
   ul li:after {
       content: "\2665";
       color: #FF69B4;
      }
}

.button {
  font: bold 20px Andale Mono, monospace;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.image2 {
margin-top: -4%;
height: 400px;
position: relative;
left: 100px;
}

footer {
line-height: 40px;
display: flex;
justify-content: center;
font-family: Andale Mono, monospace;
background-color: #FF69B4;
}