.oswald-h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.body{
    background-color: rgb(7, 7, 7);
    font-family: 'Oswald';
    display: flex;
    flex-direction: column;
}
*{
    padding: 0;
    margin: 0;
}

.box{
    height: 100vh;
}

h1{
    font-family: 'Oswald';
    font-size: 6em;
}

.uvodni{
    background: url("blandys_bckgrnd.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.uvodni h1{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
}


.historie{
    background: url("blandys_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.historie div p{
    font-family: 'Oswald';
    color: white;
}

.historie div{
    font-size: 1.7em;
    margin-bottom: 0em;
    margin-left: 1.5em;
    margin-top: 5em;
}

.info{
    background: url("blandys_3.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info div p{
    color: white;
    margin-bottom: 1em;
    margin-left: 1.5em;
    font-family: 'Oswald';
    font-size: 1.8em;
    margin-bottom: 0em;
}

.info div{
    margin-top: 12em;
}

.galerie{
    background: url("blandys_4.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.udaje{
    background-color: black;
    font-family: 'Oswald';
    color: aqua;
    text-align: center;
}

.footer div p{
    text-align: center;
    color: yellow;
}

.footer div{
    background-color: black;
}
