/* Konzeption & Realisierung | DOME ITS | www.dome-its.de */

* {
    margin: 0;
    padding: 0px;
}

:root {
    --primary-color: white;
    --primary-color-text: white;
    --color-newsdate: #aaa;
    --1color: rgb(231, 64, 17);
    --2color: rgb(238, 114, 3);
    --3color: rgb(251, 188, 67);
}

body {
    background: white;
    margin: 0;
    color: #5a5a5a;
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

h3 {
    color: white;
    margin: 40px 10%;
    text-align: left;
}

a {
    color: var(--primary-color-text);
    transition: .3s;
    font-weight: 600;
}

a:hover {
    color: #333;
}

#plesk {
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

/*======================================================
                   Watermark 
  ======================================================*/

#watermark {
    width: 100vw;
    height: 100vh;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    flex-direction: column;
    background: linear-gradient(45deg, #6dd5fa, #2980b9);
}
