* {
    padding: 6px 6px 6px 6px;
    margin: 0;
}


.keskikohta {
    padding: 8px 8px 8px 8px;
    background-color: rgb(235, 235, 235);
    font-family: barlow;
    border-radius: 17px 17px 17px 17px;
}


.iso-otsikko {
    color: #119A48;
}

#bold {
    font-weight: 700;
}

.nappi {
    font-family: barlow;
    font-size: 17px;
    font-weight: 500;
    color: white;
    padding: 12px 12px 12px 12px;

    
}

button  {
    background-color: #119A48;
    color: white;
    border-radius: 5px 5px 5px 5px;
    border: transparent;

}

button a {
    color: white;
text-decoration: none;


}

.nappi:hover {
    background-color: #2E68B2;
}

.button:hover {
    background-color: #2E68B2;
}