body {
    background-color: black;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.green-text {
    color: #47d900;
    font-size: 1.2rem;
}

h1 {
    color: #b29e7a;
    font-family: "kandal", serif;
    margin-bottom: 4px;
    font-size: 1.75rem;
}

p {
    margin-top: 0;
    color: white;
    font-family: futura-pt, sans-serif;
    color: #b29e7a;
    font-size: 1.4rem;
}

.green-text {
    color: #47d900;
    font-size: 1.4rem;
}  

img {
    margin-top: 40px;
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:600px) {
    img {
        max-width: 70%;
        display: block;
    }  
    .green-text {
        color: #47d900;
        font-size: 1.4rem;
    }  
}
