body {
    background:aliceblue;
  }
  
h1 {
    font-weight: bold;
    color: #452e1a;
    font-family:sans-serif;
    text-align: center
  
  }
h2{
    font-weight: bold;
    color:#452e1a; 
    font-family: sans-serif;
  }
  
p{
    color: #452e1a;
    font-size: 20px;
    font-family: sans-serif;
  }
  
  
.email{
    font-size: 16px;
    text-decoration: underline
  }
button {
    background-color: #d5e5ff;
    color: #452e1a;
    border:double;
    border-radius: 3px;
    padding: 2;
    font-size: 16px;
    font-family: sans-serif;
  }
  
.column {
    float: left;
    width: 50%;
  }
  
.row:after {
    content: "";
    display: table;
    clear: both;
  }
.home{
    width: 444px;
  }
.subtitle{
    text-align: center
  }