body {
    font-family: Helvetica Neue;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f8f9fa;
    color: #36271f;;
}

header {
    background: white;
    color: #36271f;
}

h1{
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.33;
    }

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

section {
    color: #36271f;
    max-width: 1050px;
    margin: 0 auto;
}

.download-btn {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.download-btn:hover {
    background-color: #218838;
}

footer {
    background: #333;
    color: white;
    padding: 20px;
    margin-top: 20px;
}

header img{
    width: 67px;
    margin-top: 0px !important;
}

img {
    /* max-width: 250px; */
    height: auto;
    border-radius: 10px;
}

.mainIcon{
    max-width: 120px;
    height: auto;
    margin-top: 0px
}

.custom-link{
    color: #36271f;
}

@media (max-width: 576px) {
    section img{
        width: -webkit-fill-available;
    }
}

@media (max-width: 220px) {
    body{
        word-wrap: break-word;
    }
}



