body {
    background-color: orange;
    font-family: serif;
}

@media (min-width: 600px) {
  .text, .texxt, .texxxt {
    display: flex;
    flex-direction: row;
    max-width: 400px;
}
  }


h1, h3 {
    text-align: center;
}


nav {
    display: flex;
    justify-content: center;
}

.txt {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0%;
    margin: 0 auto;
}


@media (min-width: 600px) {
    .test {
    display: flex;
    flex-direction: row;
    }
}

h3 {
    padding: 10px;
    border: 3px dashed;
}


.text, .texxt, .texxxt{
    width: 400px;
}

.apple {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bord {
    padding: 10px;
}

.text, .texxt, .texxxt {
     margin-left: 0px;
}
