h1{
    text-align: center;
    color:blue;
    background-color: skyblue;
    width: full;
    border: 15px solid blue;
    padding: 15px;
    margin: 20px;
    font-size: xx-large;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


div{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: all;
    border: 15px solid blue;
    padding: 50px;
    margin: 20px;
    background-color: skyblue;
}

body{
    text-align:center;
    background-color: lightskyblue
}

form{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

label{
    font-size: xx-large;
    color:blue;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}

input{
    font-size: xx-large;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    border: 15px solid blue;
    padding: 15px;
    padding-bottom:50px;
    margin: 20px;
    height:15px;
    background-color: white;
}

textarea{
    font-size: xx-large;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    border: 15px solid blue;
    padding: 20px;
    margin: 20px;
    height:100px;
    background-color: white;
}


