html {
    height: 100%;
}

body {
    background-color: black;
    color: white;
    text-align: center;
    height: 100%;
    margin: 0;
    font-family: sans-serif;
}

.image {
    height: 100%;
    max-height: 100%;
    background-image: url("../img/henry.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    margin: 0;
    padding: 0;
}

.todo-wrapper {
    position: absolute;
    bottom: 5vh;
    left: 0;
    right: 0;
}

.todo {
    display: inline-block;
    text-align: left;
    text-shadow: 0 0 10px black, 0 0 10px black;
}

.todo-header {
    font-size: 5.5vh;
    margin-top: 1rem;
}

.todo-list {
    font-size: 4.5vh;
}

.todo-check {
    font-size: 5.5vh;
}
