body {
    background: linear-gradient(135deg, purple 35%, blue);
    background-repeat: no-repeat;
    background-size: 100vw 100%;
    height: 100vh;
  }

.cim{
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 2%;
    font-size: 120%;
    color: white;
    text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
    font-family: cim;
}

.mutatkozas{
    width: 50%;
    margin: auto;
    background: rgba(128, 128, 128, 0.493);
    padding: 20px;
    border-radius: 20px;
    margin-top: 5%;
    font-family: nav;
    color: white;
}

.footer{
    background: rgba(128, 128, 128, 0.493);
    width: 100%;
    height: auto;
    margin-top: 20px;
    color: white;
    position: absolute;
    bottom: 0;
}

.footer p{
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 10px;
}

.footer a{
    text-decoration: none;
    color: white;
}

::-webkit-scrollbar {
    width: 0;
}

.footer p{
    text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
  }
  
  .footer i{
    color: black;
    text-shadow: none;
  }
@media screen and (max-width: 600px) {
    .footer{
        position: relative;
    }
    body{
        height: 100%;
    }
}