body {
    height: 95vh;
    width: 95;
    color: rgb(14, 112, 14);
    text-align: center;
    font-family: 'Press Start 2P', cursive;
}

h1 {
    font-size: 60px;
    text-align: center;
}

h3 {
    color: black;
    text-align: left;
    margin-right: 10px;
    font-size: 35px;
}

p {
    font-size: 35px;
}

div {
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    width: 150px;
    height: 150px;
    padding: 10px;
    margin: 10px;
}

footer {
    margin-top: 50px;
    color: black;
    text-align: center;
}