body{
    background: url(../images/kk_img_website.jpg) no-repeat center;
    background-size: cover;
    font-family: Arial;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #29171C;
}

div.text{
    margin-top: 45vh;
    margin-right: auto;
    margin-left: auto;
    width: 480px;
}
h1{
    font-size:42px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 42px;
    margin:0;
    padding-bottom: 10px;
}
a{
    color:white;
    text-decoration: none;
}

.footer{
    position: sticky;
    bottom:30px;
    margin:auto;
    padding-top:150px;
    font-size:18px;
}
.footer > div{
    display: flex;
    justify-content: space-around;
}
.footer > div  a{
    margin-top:20px;

    text-decoration: underline;
}

@media screen and (max-width: 640px) {
    body {
        font-size:48px;
    }
    h1 {
        font-size:84px;
    }
    .footer {
        font-size:36em;
    }
}
