html {
    font-size: 10px;
}

body {
    width: 600px;
    margin: 0 auto;
    background-image: url('aot background.jpg');
    background-size: cover;
    background-position: center;
    padding: 0 20px 20px 20px;
    border: 5px solid black;
    color: white;
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-size: 42px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    color: #e63946;
    text-shadow: 3px 3px 1px black;
    font-family: "Times New Roman", serif;
    font-weight: bold;
}

p, li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    height: auto;
}

a {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
