@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

header {
    margin: 0;
    position: fixed;
    background-color:#A8DF8E;
    width: 100%;
    height: 15%;
    text-align: left;
    transition: padding 0.3s ease;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
}

body {
    margin: 0;
    background-color: #F3FDE8;
}

.header_text {
    margin: 0;
    padding-left: 1%;
    font-family: "Oswald", sans-serif;
    color: black;
    font-size: 90px;
}

.text_principal {
    margin: 0;
    padding-left: 5%;
    padding-right: 30%;
    text-align: left;
    padding-top: 10%;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: black;
}

.text_secundar {
    padding-left: 5%;
    padding-right: 30%;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: black;
}

.poza_principala {
    border-radius: 10%;
    padding-top: 15%;
    padding-right: 2%;
    float: right;
    height: 300px;
    width: 30%;
}

.poza_secundara {
    z-index: -1;
    position: absolute;
    right: 1%;
    top: 800px;
    border-radius: 10%;
    padding-right: 1%;
    height: 400px;
    width: 20%;
}

footer {
    position: sticky;
    bottom: 0;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    height: 75px;
    background-color: #A8DF8E;
}

.home_button_poza {
    bottom: 1%;
    position: fixed;
    left: 50%;
    height: 50px;
    width: 50px;
}

.next_button_poza {
    bottom: 1%;
    position: fixed;
    right: 10%;
    height: 50px;
    width: 50px;
}

.back_button_poza {
    bottom: 1%;
    position: fixed;
    left: 10%;
    height: 50px;
    width: 50px;
}