* {
    font-family: "Comic Sans MS";
}

body {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    min-height: 40rem;
}

h1 {
    text-align: center;
}

ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

html, body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fceafc;
}

li {
    max-width: 20rem;
    margin-left: 4rem;
}

#sdr span {
    display: flex;

}
#sdr span p {
    margin-left: 4rem;
    max-width: 30rem;
}

main {
    padding-top: 5rem;
}
