*{box-sizing: border-box;}

.wrapper{
    background-color:lightblue;
height: 100vh;
    padding:100px 40px 40px 40px;
text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
h2{
    font-size: 4rem;
}

h3{
    font-size: 3rem;
    font-weight: 100;
}

h4{
    font-size: 10rem;
    text-transform: uppercase;
    font-weight: 700;
    color: greenyellow;
}
h5{
    font-size: 2rem;
    margin-top: -20px;
    text-transform: uppercase;
    font-weight: 700;
}
h6{
    font-size: 1rem;

 margin-top: 10px;
    
}

input[type=email]{
    display: block;
    margin:0 auto;
    width: 80%;
    height: 40px;
    border:none;
    margin-top: 10px;
}
label{
    font-size: 2rem;
}
input[type=submit]{
    display: block;
    margin:0 auto;
    width: 80%;
    height: 40px;
    background-color: greenyellow;
    border:none;
    margin-top: 15px;
}

form{
    margin-top: 30px;
}