body{
      background-color: #D1C4E9;
}

main 
{
      text-align: center;
      margin: 3rem;
}

h2
{
      text-align: center;
      color: #391e7c;
}

.input-label 
{
      display: block;
      font-size: large;
      font-weight: 600;
}

.input {
      font-size: 14px;
      outline: #fff;
      padding: 0.6rem 1rem;
      margin: 1rem;
      border: 2px solid #19054d;
      border-radius: 0.5rem;
      width: 100%;
      max-width: 258px;
    }

button{
      background-color: #e7630b;
      color: white;
      width: 200px;
      height: 50px;
      cursor: pointer;
      border-radius: 5px;
      font-size: larger;
      display: block;
      margin-left: auto;
      margin-right: auto;
}

p{
      font-size: larger;
      /* color: #19054d; */
      text-align: center;
      font-weight: bold;
}
 
footer {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #19054d;
      color: white;
    }
    
    footer p {
      font-size: large;
      text-align: center;
    }
    
    .footer-list {
      margin: 1rem;
    }
    
    a,
    img,
    li {
      display: inline;
    }
    
    img {
      width: 40px;
      padding: 0.2rem;
    }