h1 {
    font-size: 30px;
    color: white;
    font-family: Courier;
    padding:5px;
    text-align:left;
    text-decoration: underline;
}

p {
    font-size: 16px;
    font-family: Courier;
    background-color: white;
    border:6px solid pink;
    padding: 8px;
}

h2 {
    font-size: 30px;
    color: #48CFAD;
    text-decoration: underline;
}
h3 {
    color: purple;
    font-size: 25px;
    text-decoration: underline;
    font-family:monospace; 
}


h4 {
    font-size: 50px;
    text-decoration: underline;
    color: #AAAAAA;
}

ol {
    font-family: Courier;
    background-color: white;
    color: black;
    border: 6px solid pink;
}

thead {
    font-size:19px;
}

td { 
    background-color: white;
    color:black;
}
body {
    background-image: url("https://secure.static.tumblr.com/f14bf689d71bac7cadeeab430d646877/xwuphza/Lgdnsc5nd/tumblr_static_bvxhiaot088og4gwsoowgow8s_640_v2.png");
    background-size: cover;
}

img {
    height: 250px;
    width: 300px;
    position: static;
    padding: 5px;
    border: 6px solid white;
    margin: 25px;
    border-radius: 100px
}

.sassy {
    float: right;
    width: 20px;
    height: 15px;
}

.words {
}

.photo {
    float:right;
    height:
}

.container {
    color: white;
}
.table {
    color: white;
    text-align:left;
    background-color:clear;
    
}