h1 {
    font-size: 45px; color: rgb(47, 34, 3); font-family: Verdana, sans-serif; text-align: center; text-shadow: rgb(150, 150, 150) 3px 3px 5px;
}

body {
    background-color: hwb(50 16% 46%);
    position: relative;
    padding-bottom: 1em;
    min-height: 100vh;
    
}
section {
    margin-left: 40px; margin-right: 40px;
}

section img {
    float: right;
}
.clearfloat {
    clear: both;
}
p {
    font-size: 20px; color: rgb(2, 33, 9); font-family: serif;
    
    
}

span img {
  float: left  
}
article img {
    float:none;
    padding-left: 250px;
}
h2 {
    font-size: 35px; color: black; font-family: Verdana, sans-serif; text-align: center; text-shadow: rgb(150, 150, 150) 3px 3px 5px;
    
}

h3 {
    font-size: 25px; color: crimson; font-family: Verdana, sans-serif; text-align: center; text-shadow: rgb (159, 150, 150) 3px 3px 5px;
}

scrollbar {
    overflow: hidden;
}

.footer {
    background-color: #4a4141;
    width: 100%;
    
    bottom: 0;
    position: absolute;
    text-align: center;
    color: #fff;
    font-family: serif;
    padding-top: 8px;
    padding-bottom: 5px;
   
}


img {
    border: 3px dashed hwb(50 16% 46%); 
}
.center {
    width: 100%;
    text-align: center;
}
