body{
    background-color: cadetblue;
    margin: 0;
    font-family: Arial;
    color: white;
    text-align: center;
}

h1{
    font-size: 46px;
}

h2 {
   font-style: italic;
   font-weight: 600; 
}

h3{
    font-size: 25px;
    color: lightgray;
}

label,input{
    display: block;
    width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px
}

label{
    margin-top: 20px;
}

input[type="submit"]{
    margin-top: 20px;
    background-color: orange;
    display: block;
    padding: 9px;
    border:none;
    font-weight: 500;
}

a{
    color: lightgray;
    display:block;
    margin-top: 50px;
    margin-bottom: 15px;
}
img{
    border-top:solid 3px white;
    border-bottom:solid 3px white;
}