body {    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


h1 {
    font-size: 45px;
    text-align: center;
    background-color: white;
}

h2 {
    font-size: 35px;
}

p {
    font-size: 14px;
}

a {
    text-shadow: 10px;
}

blockquote {
    font-size: 14px;
}

address { 
    font-size: 14px;
}

img {
    border: rgba(44, 24, 1, 0.61) solid 10px;
    border-radius: 5px;
    margin: auto;    
    display: block;
}

footer {
    text-align: center;
}

address {
    text-align: right;
}