	.header {
        height: 40px;
        padding: 20px 20px 0;
        background: white;
      }
      .main-content {
        height: 70vh;
        padding: 30px;
      }
      footer {
        background-color: #620460;
  		padding: 0.1px;
  		text-align: center;
 		display: block;
  		text-decoration: none;
  		color: white;
	  }
      a {
        color: #00aaff;
      }