body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.box1 {
    width: 100%;
    height: 50px;
    background-color: #003d33;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: white;
    font-weight: bold;
}

.nazwa {
    font-size: 30px;
    position: relative;
    top: 5px;
}

.box2 {
    display: flex;
    flex-direction: row;
    background-color: #26a69a;
    height: 550px;
    width: 100%;
}

.box3 {
    width: 100%;
    height: 25px;
    background-color: #003d33;
    display: flex;
    flex-direction: row;
    color: white;
}

.lewy {
    height: 550px;
    width: 30%;
}

form {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.prawy {
    height: 550px;
    width: 70%;
    font-weight: bold;
}

input {
    width: 150px;
    height: 20px;
}

button {
    width: 80px;
}

#wizytowka {
    width: 400px;
    height: 400px;
    border: 1px solid black;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    margin: 30px;
}

.photo {
    width: 400px;
    height: 200px;
}

.dane {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 400px;
    height: 170px;
}

.fr {
    font-size: 40px;
}

.footer {
    height: 30px;
    width: 400px;
    background-color: #003d33;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
}