body {
    padding: 0px;
    margin: 0px;
    background-image: url('images/Ruoho.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #f1f1f1;
}

.logo-bg {
    background-color: #f1f1f1;
    display: flex;
    height: 100px;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

header {
    padding-bottom: 100px;
}

footer {
    background-color: #f1f1f1;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    padding: 0.4rem;
    margin-top: 1rem;
}

@font-face {
    font-family: "Block Berthold Regular";
    src: url("https://db.onlinewebfonts.com/t/794a0de6a529290274465576a9a6990b.eot");
    src: url("https://db.onlinewebfonts.com/t/794a0de6a529290274465576a9a6990b.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/794a0de6a529290274465576a9a6990b.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/794a0de6a529290274465576a9a6990b.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/794a0de6a529290274465576a9a6990b.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/794a0de6a529290274465576a9a6990b.svg#Block Berthold Regular")format("svg");
}

h1 {
    font-size: 500%;
}


.card {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 40px; /* 5px rounded corners */
    background-color: #f1f1f1;
    padding: 30px;
    margin: 10px;
    max-width: 45%;
    margin-top: 1rem;
}

@media (max-width: 1000px) {
    .card {
      max-width: 90%;
    }
}

.card:hover {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.2);
    border: #ffffff;
    transform: translate3D(0,-1px,0) scale(1.03);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: stretch;
}

.flex-container-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

option {
    font-size: 250%;
}

@media (max-width: 1000px) {
  .flex-container {
    flex-direction: column;
    align-items: center;
  }
}


form {
    font-size: 250%;
}

input, button {
    font-size: 120%;
    font-family: "Alata";
    text-shadow: rgba(0, 0, 0, 0.325) 0px 0.949999px 2.03749px;
    filter: opacity(1);
    size: 100%;
}

p {
    font-size: 250%;
}

.text {
    font-family: "Alata";
    text-shadow: rgba(0, 0, 0, 0.325) 0px 0.949999px 4.03749px;
    filter: opacity(1);
}

.logo {
    padding-left: 30px;
    font-family: "Block Berthold Regular";
    font-weight: 400;
    font-style: normal;
    color: rgb(55, 93, 0);
    text-decoration: none;
    caret-color: rgb(55, 93, 0);
    -webkit-text-stroke: 5.49885px rgb(55, 93, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: rgb(124, 164, 66) 5.66577px 5.66577px 0px;
    font-size: 75px;
    color: rgb(55, 93, 0);
    line-height: 0px;
    letter-spacing: 0em;
    --paraSpacing: 0;
    text-transform: none;
    --headIndent: 0;
    --numericListMarker: none;
    list-style-type: none;
    font-feature-settings: "kern" 0, "calt" 0, "liga" 0, "clig" 0, "dlig" 0, "hlig" 0;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}