body {
    margin-bottom: 40px;
}

#mainos {
    text-align: center;
}

#mainos img {
    max-width: 100%;
    max-height: 80vh;
    height: auto;
    width: auto;
}

#otsikko {
    display: grid;
    grid-template-columns: 170px 3fr;
    grid-template-rows: 85px 85px;
    /* align-items: center; */
    /* justify-content: center; */
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#logo {
    width: 170px;
    height: 170px;
    grid-column: 1;
    grid-row: 1 / span 2;
    /* margin-right: 10px; */
}

#otsikko .title {
    grid-column: 2;
    grid-row: 1;
    font-size: 42px;
    font-family: "Charmonman", cursive;
    font-weight: 400;
    font-style: normal;
    color: green;
}

#otsikko .subtitle {
    grid-column: 2;
    grid-row: 2;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-style: bold;
    color: green;
}

#teksti {
    display: block;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#kontsa {
    text-align: left;
}

#kontsa .blurb {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

#yliherkka {
    font-weight: bold;
    color: red;
}

#kontsa .tuotenimi {
    color: green;
}

#heleinsta {
    color: #0F9ED5;
    font-size: 14px;
}
