@import url('general-sans.css');
body {
    overflow-x: hidden;
    background-attachment: fixed;
    background-image: url("./images/pexels-ender-ergul-2149553571-31566137.jpg");
    background-position: center;
    background-size: cover;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==== Main ==== */

.MainTitle {
    font-size: 67px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-family: 'GeneralSans-Semibold';
    align-items: center;
    text-align: center;
    color: white;
    margin-top: 20px;
}

.puslapis {
    font-size: 25px;
    align-items: center;
}

.pirmaKlasePsl {
    display: flex;
    background-image: linear-gradient(30deg, #1D9E75, #185FA5);
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    height: 100px;
    border-radius: 20px;
    font-size: 60px;
    font-family: 'GeneralSans-Semibold';
    color: white;
    margin: 50px auto;
}

.pirmaKlasePsl:hover {
    font-size: 65px;
}

.antraKlasePsl {
    display: flex;
    background-image: linear-gradient(30deg, #2E6B3E, #7ABF5A);
    filter: blur(4px);
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    height: 100px;
    border-radius: 20px;
    font-size: 60px;
    font-family: 'GeneralSans-Semibold';
    color: white;
    margin: 50px auto;
}

.antraKlasePsl:hover {
    font-size: 65px;
}

.treciaKlasePsl {
    display: flex;
    background-image: linear-gradient(30deg, #1A4A7A, #4A8FBF);
    filter: blur(4px);
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    height: 100px;
    border-radius: 20px;
    font-size: 60px;
    font-family: 'GeneralSans-Semibold';
    color: white;
    margin: 50px auto;
}

.treciaKlasePsl:hover {
    font-size: 65px;
}

.ketvirtaKlasePsl {
    display: flex;
    background-image: linear-gradient(30deg, #1D9E75, #185FA5);
    filter: blur(4px);
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    height: 100px;
    border-radius: 20px;
    font-size: 60px;
    font-family: 'GeneralSans-Semibold';
    color: white;
    margin: 50px auto;
}

.ketvirtaKlasePsl:hover {
    font-size: 65px;
}

.papPsl {
    display: flex;
    background-image: linear-gradient(30deg, #893168, #4A1942);
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80%;
    height: 100px;
    border-radius: 20px;
    font-size: 60px;
    font-family: 'GeneralSans-Semibold';
    color: white;
    margin: 50px auto;
}
.papPsl:hover {
    font-size: 65px;
}