body{
    background:rgba(255, 228, 196, .4);
}

h1{
    text-align:center; 
    border:1px solid yellow; 
    color:#ffffff;
}

.span_left{
    margin-left: 25px;
}

.div_bold{
    font-weight: bold;
    margin: 30px;
}

div div span{
    font-size: x-large;
    color: white;
}

a{
    font-size: 30px;
    color: red;
}

h2{
    background-color: blue;
    color: orange;
    line-height: 50px;
    font-size: 40px;
}

em{
    font-weight: 900;
}

.funky_green{
    font-family: 'comic sans ms', fantasy;
    color: green;
}

.li_italic{
    font-size: x-large;
    font-style: italic;
}

img{
    width:300px; 
    height:250px; 
    border: 2px solid #fff;
}