﻿
* {
    padding: 0;
    margin: 0;
    direction: ltr;
}

.all {
    width: 100%;
    height: auto;
    background-image: url('/img/opa5.png');
    background-repeat:repeat-y;
    background-size: 100%;
    background-position-y: 50vh;
    background-color: white;
    display: grid;
    text-transform: uppercase;
}
.img {
    box-shadow: 0 -10px 10px #0f0f0f50;
    width: 90%;
    height: 350px;
    margin-top: 140px;
    animation: bl 1.5s ease-in-out;
    border: none;
    border-radius: 30px 0px 30px 0px;
    opacity: 1;
}

.parallax {
    height: 500px;
    background-size: cover;
    background-position: center;
    justify-content: center;
    color: white;   
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 22px;
    box-shadow: 3px 3px 10px 0px black;
}

