* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
}

h1 {
    font-size: xx-large;
    margin: 0 auto;
    margin-bottom: 3%;
}

.container {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5% 10%;
}

.content {   
    display:flex;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 3px;
}

.ul-header {
    text-decoration: underline;
}

.content p {
   margin: 10px 0px;
}

.content ul {
    width: 100%;
}

.content li {
    margin: 5px 0;
    margin-left: 10%;
}

.footer {
    margin: 10px 0 0 0;
}

.footer p {
    text-align: center;
    margin-top: 10px;
}

.space {
    margin: 10px 0;
}

a {
    color: dimgray;
}

