@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

p, h1, h2, h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:"slnt" 0;
  color: rgb(14, 14, 15);
}

h1 {
    padding-bottom: 5%;
    line-height: 120%;
    font-size: 54px;
    font-weight: 800;
    text-transform: uppercase;
}

h2 {
    padding-bottom: 5%;
    line-height: 120%;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}


h3 {
    font-size: 22px;
 
    font-weight: 800;
    padding-top: 5%;
}

p {
    font-size: 19px;
    line-height: 160%;
    letter-spacing: 2%;

}



.wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 100px;
}

.galerija {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.img {
    width: 100%;
    height: auto;
    border: 1px solid black;
    margin-bottom: 20px;
}

.vid {
    width: 600px;
    height: 300px;
    background-color: grey;
    border: 1px solid black;
}

.sketch {
    width: 600px;
    height: 300px;
    background-color: grey;
    border: 1px solid black;
    display: flex;

}

.floor-1,
.floor-2 {
    background-color: grey;
    border: 1px solid black;
    width: 90%;
    height: 100%;
}