* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    line-height: 2.5rem;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: white;   
}

ul {
    list-style: none;
}

a {
    color: #000;
}

#div-sub-pages{
    background: url(../images/backdrop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-areas: none;
  }

section a{
    color: white;
}

.logo{
    padding: 0.75rem 0 0 0;
    align-self: center;
    justify-self: center;
}
  
img{
    width: 50%;
}

.larger{
    max-width: 70%;
}

section li{
    line-height: 1.5rem;
}









