/* FONTS */
@font-face {
font-family: 'Roboto', sans-serif;
src: url(fonts/Roboto-Regular.woff2);
font-weight: 400;
}

@font-face {
font-family: 'Roboto', sans-serif;
src: url(fonts/Roboto-Bold.woff2);
font-weight: 600;
}

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    background-image: linear-gradient(to top right, #2a377f, #008fcf);
    height: auto;
    background-repeat: no-repeat;
    min-height: 100vh;
}

body * {
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

h1 {
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 600;
}

h3 {
    font-size: 1.6rem;
    font-weight: 400;
}

p {
    font-size: 1.2rem;
    font-weight: 400;
}

a {
    font-weight: 600;
    text-decoration: none;
}

a:hover {
   color: #d2d2d2;
}

.logo-wrap {
    background: #fff;
    width: 100%;
}

.logo {
    max-width: 430px;
    margin: 0 auto;
}

.info {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
}

.kontakt {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
}