body{
    background-image: url("tablecloth.jpg");
    font: Helevetica;
}
h1{
    height: 20px;
    text-align: center;
}
h2{
    text-align: center;
    height: 18px;
}
h3{
    text-align: center;
    height: 10px;
}
.card1{
    background-color: white;
    background-image: url("notecard.png");
    background-size: cover;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto;
    margin-bottom: 20px;
    width: 600px;
    line-height: 18px;
    box-shadow: 10px 10px 10px black;
}
table{
    border-spacing: 18px;
    margin: auto;
}
ul{
    list-style-type: circle;
    line-height: 19px;
}
#spacing-fix1{
    height: 15px;
}
#spacing-fix2{
    height: 22px;
}.steps{
    line-height: 18px;
}
.card2{
    background-color: white;
    background-image: url("notecard.png");
    background-size: cover; 
    padding-left: 80px;
    padding-right: 80px;
    margin: auto;
    margin-bottom: 20px;
    width: 600px;
    box-shadow: 10px 10px 10px black;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}
img{
    border: 1px solid black;
}
.card3{
    background-color: white;
    background-image: url("notecard.png");
    background-size: cover;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto;
    margin-bottom: 20px;
    width: 600px;
    line-height: 18px;
    box-shadow: 10px 10px 10px black;
    text-align: center;
}