@import url('general-sans.css');
body {
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./images/Strukturos.jpg");
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    z-index: -1;
    transform: scale(1.05);
}

* {
    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;
}

.argAtsPsl {
    display: flex;
    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;
}

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

.destPastrPsl {
    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;
}

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

.rasinysPsl {
    display: flex;
    background-image: linear-gradient(30deg, #1A4A7A, #4A8FBF);
    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;
}

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