body{
    margin: 0;
    padding: 0;
    background-color: #f2715f;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    overflow-y: auto;
}

.background-image {
    position: fixed;
    top: 0;
    height: 80vh;
    aspect-ratio: 4/10;
    z-index: -1; 
    max-width: 80%;
}

.left-image {
    left: 0;
}

.right-image {
    right: 0;
}


nav, footer{
    display: flex;
    padding: 1.1875rem 1.25rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    flex-shrink: 0;
    background: #2E4057;
    max-height: 5rem;
}

.logoer{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 0.9rem;
    box-shadow: -6px -6px 0px 0px rgba(255, 255, 255, 0.50), 6px 6px 0px 0px rgba(0, 0, 0, 0.50);
    max-height: 2rem;
}

main{
    padding: 1rem;
    max-width: 800px;
    display: block;
    margin: 0 auto;

}

h1, h3{
    margin: 0.5rem 0;
    background-color: #eeeeee;
    padding: 0.5rem 0.9rem;
}

h1{
    font-size: 2rem;
}

h2{
    margin: 2rem 0;
    font-size: 2.4rem;
    padding: 0.5rem 0.9rem;
    color: white;
}

h3{
    font-size: 1.4rem;
}

#logo{
    max-width: 80%;
    margin: 2rem 0;
}

p{
    color: white;
}
.info{

    margin: 2rem 0;
    color: white;
    font-size: 1.4rem;
}

.tab{
    margin: 0.5rem 0;
    background-color: #2E4057;
    padding: 0.5rem;
    box-shadow: -6px -6px 0px 0px rgba(255, 255, 255, 0.50), 6px 6px 0px 0px rgba(0, 0, 0, 0.50);
}

.orange{
    background-color: #f2715f;
    color: #2E4057;
    padding: 0.2rem;

}
.orange img{
    display: block;
    right: 0;
    margin-left: auto;

}

.tab p{
    padding: 0 1rem;
}

.talere{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
}
.talere .tab{
    max-width: 368px;
}
.profile{
    margin-top: 0.5rem;
    max-width: 100%;
}

.logoer img{
    max-width: 100%;
    max-height: 24px;

}

footer{

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    max-height: 100%;
}







