h2 {
    color: #006EB6;
}

h1 {
    color: black;
}


h1 main {
    text-align: center;
}

body {
    font-size: 20px;
}

header {
    letter-spacing: 3px;
    text-transform: capitalize;
}

p {
    text-align: left;
}

img {
    margin: 20px;
    padding: 15px;
    line-height: 1.5px;
    size: 150px;
    width: 230px;
    height: 142px;
}


.dark {
    background-color: #333;
    color: white;
}

.dark h2 {
    color: #A0D4ED;
}

.dark h1 {
    color: white;
}

footer img{
    width: 200px;
    height: auto;
}