@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Maps&display=swap');

body {
	margin: 0px;
	}

nav {
	background-color: #3a8bef;
}

.navbar-brand {
    font-family: 'Audiowide';
}

#kedvencjatekaim {
        margin-top: 60px;
    }

section {
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
}
section h4 {
    text-align: center;
}

h4 {
    font-family: 'Rubik Maps';
}

h5 {
    text-align: center;
    font-family: 'Rubik Maps';
}

.config {
    padding-top: 5px;
    background-color: #6ba9f6;
    font-family: 'Rubik Maps';
}

span {
    color: white;
}
  /* FOOTER */    
   
p a {
    text-decoration: none;
    color: white;
}

.footeralcim {
    padding-left: 20%;
    text-align: left;
}


p a:hover {
    color: #1772e7;
}

a i {
    color: white;
    width: 80px;
    font-size: 40px;
}
a i:hover {
    color: #1772e7;
}

@media only screen and (max-width: 376px) {
  .social {
    text-align: center;
  }
}

footer {
  background-color: #091a31;
  color: white;
  padding: 50px 0 15px;
}

/* scrollbar */

::-webkit-scrollbar {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #627891;
    border-radius: 10px;
}