*  {
    padding: 0;
    margin: 0;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #ebecf1;
    overflow-x: hidden;
}
.hero-image {
    background-image: url("img/geblek.png");
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.hero-text {
    padding: 20rem 2rem 10rem 2rem;
    text-shadow: rgb(148, 145, 158) 1px 1px 5px;
    font-weight: 600;
}
.hero-text h1 {
    line-height: 1;
    margin: 3rem 0 0 0;
    font-family: "Playfair Dispaly";
}
.hero-text p {
    padding: auto;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif

}
.hero-text a{
    border: none;
    border-radius: 30px;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: rgb(255, 253, 253);
    background: #25D366;
    text-align: center;
    cursor: pointer;
    margin-top: 2em;
    text-decoration: none;

}
.hero-text a:hover {
    background: #098a38;
}
.content {
    margin: 1rem;
}

h1, h2 {
    margin-top: 2rem;
    color: #006400;
}
h3 {
    color: #006400;
    margin-top: 1em;
}
ul {
    padding-left: 20px;
    list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
blockquote{
    background: #e0ffe0;
    padding: 10px;
    margin: 10px 0;
    border-left: 5px solid #006400;
}
a.button {
    background: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0;
}
footer {
    text-align: center;
    padding: 20px;
    background: #ddd;
    margin-top: 40px;
}
