@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/rekomend.jpg");
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    z-index: -1;
    transform: scale(1.05);
}

* {
    margin: 0;
}

/* ==== 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;
}
.bold-er {
    font-family: 'GeneralSans-Bold'
}

.dividerMain {
    width: 50%;
    height: 3px;
    background-color: white;
    margin: 0 auto;
}

.PagrPslAtgal {
    width: 30%;
    height: 35px;
    background-color: grey;
    border-radius: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    color: white;
    font-family: 'GeneralSans-Semibold';
    font-size: 25px;
}
#mygtukasatgal:hover {
    background-color: black;
}

.pavadinimasKopa {
    margin-top: 18px;
    display: flex;
    font-size: 50px;
    justify-content: center;
    background-image: linear-gradient(90deg, #621708, #F6AA1C);
    padding: 20px;
    border-radius: 50px;
    color: white;
    font-family: 'GeneralSans-Semibold';
    text-align: center;
}

.pavadinimasTrumano {
    margin-top: 18px;
    display: flex;
    font-size: 50px;
    justify-content: center;
    background-image: linear-gradient(90deg, #03045e, #0096C7);
    padding: 20px;
    border-radius: 50px;
    color: white;
    font-family: 'GeneralSans-Semibold';
    text-align: center;
}

#buttonName:hover {
    font-size: 52px;
}