body{
    
   max-width:700px;
}

h1{
    color:#F37748;
    text-align:center;
    font-family:'Roboto';
}

form{
    text-align:center;
    
}

p{
    text-align:center;
    color:#067bc2;
}

type.checkbox{
    text-align:center;
}

header{
 border:4px solid #F37748;
 background:#84bcda;
 
 
}

type.submit{
    border:#f37748;
}
main{
    border:4px solid #F37748;
    background:#84bcda;
    
}

background{
    max-width:600px;
}

input[type=text]{
    padding:2px;
    width:150px;
    box-sizing:border-box;
    margin:4px;
    border:2px solid #f37748;
}