@import url('general-sans.css');
body {
    overflow-x: hidden;
    background-attachment: fixed;
    background-image: url("./images/papildoma.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;
}

.RekomendPsl {
    display: block;
    background-image: linear-gradient(30deg, #1D9E75, #185FA5);
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 80%;
    min-height: 100px;
    border-radius: 20px;
    font-size: 60px;
    font-family: 'GeneralSans-Semibold';
    color: white;
    margin: 50px auto;
}

.RekomendPsl:hover {
    font-size: 65px;
}

.StrukturaPsl {
    display: flex;
    background-image: linear-gradient(30deg, #2E6B3E, #7ABF5A);
    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;
}

.StrukturaPsl:hover {
    font-size: 65px;
}

.NuorodosPsl {
    display: flex;
    background-image: linear-gradient(30deg, #391463, #046E8F);
    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;
}

.NuorodaPsl:hover {
    font-size: 65px;
}