    body {
      font-family: sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fff;
    }
    header {
      color: white;
      padding-left: 1rem;
      text-align: left;
    }
    main {
      padding: 2rem;
      text-align: center;
      position: relative;
      color: #797979 !important;
      height: 300px;
      font-size: 12px;
      font-weight: 100;
    }
    a:link,a:hover,a:visit{
    color: #E72861 !important;
    text-decoration: none;
    }
    .pink a:link,.pink a:hover,.pink a:visit{
    color: #E72861 !important;
    text-decoration: none;
    }
    main div p:nth-of-type(2) {
    margin-bottom: 100px;
    }
    .position-absolute{
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; 
      width: 200px; 
      height:200px;
    }
    footer {
      background-color: #E72861;
      color: white;
      text-align: center;
      padding: 1rem;
      position: fixed;
      width: 100%;
      bottom: 0;
      font-size: 10px;
    }