@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400;500;600;700&display=swap');


html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #08AEEA;
    background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

hr.stilli {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.whiteTextShadow {
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.iletisim a {
    color: whitesmoke;
    text-decoration: none;
}

.iletisim a:hover {
    color: white;
}