/* Write as little code as possible here, you can solve most requirements with the Bootstrap Grid to be linked*/

img {
    width: 100%;
    height: auto;
}

header img {
    max-width: 300px;
}

h1,
h2 {
    font-family: "Anton", sans-serif;
    color: #a23022;
}

header div {
    background-color: white;
}

ul li {
    background-color: #441534;
    color: white;
}

ul li a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

ul li a:hover {
    background-color: #a23022;
}

a:hover {
    color: aliceblue;
}

img {
    max-height: 1000px;
}

p {
    font-family: "Montserrat", sans-serif;
}