header {
    background-color: #a2c4ad;
    color: #270202;
    padding: 24px 0;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2px;
    border-bottom: 4px solid #b0cadb;
}

form {
    float: left;
    margin-left: 0;
    margin-right: auto;
    background-color: #f4f8fb;
    padding: 32px 24px;
    margin: 32px auto;
    
    /*max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(160, 180, 200, 0.15);
    border: 1px solid #b0cadb;
    text-align: left;*/
}

aside {
    
  float: right;
  flex: 1;
  margin-left: 10px;
  background-color: #ff80ff;
}

p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    font-style: bold !important;
    margin: 0 0 16px;
    text-align: justify;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
}