* {
    box-sizing: border-box;
}

body {
    background-color:rgb(253, 237, 212);
}

h1 {
    font-family: Helvetica;
    text-align: center;
}

p {
    font-family: Helvetica;
    font-size: 150%;
    text-align: left;
}

ul {
    font-family: Helvetica;
    font-size: 150%;
    text-align: left;
}

.disclaimer {
    font-family: Helvetica;
    font-size: 150%;
    text-align: left;
    font-style: italic;
}

img {
    background-color: white;
    height: auto;
    border-left: 20px solid white;
    border-right: 20px solid white;
}

.top {
    border-top: 20px solid white;
}

.bottom {
    border-bottom: 20px solid white;
}

li #numbers-and-email {
    text-align: left;
}
