* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgb(245, 245, 220);
    color: rgb(30, 25, 25);
}

h1 {
    font-weight: 300;
    font-size: 2.5em;
}

img {
    border: black;
    border-radius: 2%;
    border-color: rgb(122, 110, 110);
    border-style: solid;
    height: 360px;
    width: 640px;
}

a {
    font-weight: 800;
}

ul {
    list-style-type: square;
}

.header {
    font-family: Palatino, 'Times New Roman', serif;
}

