:root {
    --best-orange: #6200ad;
}

header {
    display: inline;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}

footer {
    padding-bottom: 20px;
}

main {
    display: block;
    align-content: center;
}

body {
    background-color: yellow;
    color: var(--sghg-purple);
    text-align: center;
    font-size: 1.5em;
    display:block
}

#logo-lg {
    content: url(/images/Logo.svg);
    width: 800px;
    margin: auto;
    max-width: 50%;
    max-height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }


  
p {
  max-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}