body {
    margin: auto;
}

header {
    background-color: aqua;
}

h1 {
    text-align: center;
    color: #76e99c;
    font-family: "Sevillana", cursive;
    font-weight: 400;
    font-size: 128px;
    font-style: italic;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

h2 {
    text-align: center;
    color: white;
    font-family: "Darumadrop One", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

div {
    background-color: green;
}

p {
    color: white;
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:  24px;
    margin: 32px;
    line-height: 1.5;
}

a {
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:  24px;
    margin: 32px;
    line-height: 1.5;
}

img {
    display: block;
    margin: auto;
    width: 80%;
}

#development {
    float: right;
    margin: 10px; 
    width: 50%;
}

code {
    background-color : white;
    padding : 5px;
}

iframe {
    display: block;
    margin: auto;
}