@import url('https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #383838;
}
::-webkit-scrollbar-thumb {
    background: #282828;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-image: url(../img/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
}
header h1 {
    color: white;
    font-family: "Bebas Neue";
    font-size: 3rem;
    font-weight: 100;
    text-align: center;
    margin-top: 20px;
}
header h2 {
    color: white;
    font-family: "Bebas Neue";
    font-size: 2.5rem;
    font-weight: 100;
    text-align: center;
}
header p {
    color: white;
    text-align: center;
    font-size: 2.5rem;
    width: 50%;
    margin: 0 auto;
    font-family: "Bebas Neue";
}
header hr {
    width: 20%;
    margin: 0 auto;
    border-radius: 50%;
}
.teme {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
}
.flaming {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.flaming:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.grooming {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.grooming:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.trolling {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.trolling:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.lazne_vijesti {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.lazne_vijesti:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.sharenting {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.sharenting:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.csam {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.csam:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.pegi_oznake {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.pegi_oznake:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.phishing {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.phishing:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.zastita_podataka {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.zastita_podataka:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.sexting {
    background-color: transparent;
    border: 1px solid white;
    width: 300px;
    height: 100px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.sexting:hover {
    color: black;
    background-color: rgb(35, 65, 102);
    opacity: 0.7;
}
.teme p {
    color: white;
    font-size: 1.5rem;
    font-family: "Verdana";
    text-align: center;
    margin-top: 35px;
}
footer {
    margin-top: 25vh;
}
footer p {
    color: white;
    text-align: center;
    font-family: "Verdana";
}

@media only screen and (max-width: 800px) {
    header p {
        font-size: 2rem;
        width: 85%;
    }

    footer {
        margin-top: 5vh;
    }
  }