body {
    background-color: bisque;
    background-image: url(../img/falum.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*width: 100%;*/
    padding: 0;
}

h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: auto;
    text-align: center; 
}

.pkep {
    cursor: pointer;
    width: 13%;
    margin: 0 0 0 78%;
    padding: 25px;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: all 1200ms;
    display: auto;
    position: absolute;
}

.pkep:hover {
    transform: rotate(360deg);
    filter: grayscale(0%);
}

#fixed {
    position: fixed;
}

#mySidenav a {
    position: fixed;
    /* Position them fixed to the browser window */
    left: -110px;
    /* Position them outside of the screen */
    transition: 0.3s;
    /* Add transition on hover */
    padding: 10px;
    /* 15px padding */
    width: 140px;
    /* Set a specific width */
    text-decoration: none;
    /* Remove underline */
    font-size: 16px;
    /* Increase font size */
    color: white;
    /* White text color */
    border-radius: 0 5px 5px 0;
    /* Rounded corners on the top right and bottom right side */
}

#mySidenav a:hover {
    left: 0;
    /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#index {
    top: 20px;
    background-color: darkgreen;
}

#elso {
    top: 70px;
    background-color: green;
    /* Blue */
}

#masodik {
    top: 120px;
    background-color: forestgreen;
    /* Blue */
}

#harmadik {
    top: 170px;
    background-color: limegreen;
}

#negyedik {
    top: 220px;
    background-color: coral;
}

#otodik {
    top: 270px;
    background-color: tomato;
}

#otven {
    top: 320px;
    background-color: lightcoral;
}

#tesztek {
    top: 370px;
    background-color: crimson;
}

#js {
    top: 430px;
    background-color: blue;
}
#gyak {
    top: 490px;
    background-color: yellow;
}
#gyak:hover {
    color: black;
}
.home {
    background-color: lightgray;
    opacity: 0.7;
    display: block;
    margin: 0 auto;
    padding: 18px;
    width: 55%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 21px;
    color: black;
    text-align: justify;
    border: 2px solid darkred;
    border-radius: 8px;
}

.right {
    float: right;
}

@media only screen and (max-width:800px) {

    /* For tablets: */
    .content {
        width: 100%;
    }
}

@media only screen and (max-width:500px) {

    /* For mobile phones: */
    .content {
        width: 100%;
        padding: 0;
    }
}
