p,
h1 {
    font-family: sans-serif;
    color: #384454;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 5px dashed #E1A624;
    padding: 10px;
}

img {
    height: 220px;
}

body {
    background-color: #D4D3DC;
}
a {
    color: #317AC1;
}
a:hover {
    text-decoration: none;
    color: #E1A624;
}