body {
    font-family: Arial, sans-serif;
    padding: 5vh 5vw 0 5vw;
    display:flex;
    align-items: center;
    justify-content: center ;
    margin: 0;
}

h1, h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

p {
    text-align: justify;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    width: min(800px, 90vw);
}

.logo-container {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.image-container {
    display: flex;
    align-items: center;
}

.logo {
    width: min(150px, 15vh);
    border-radius: 20%;
}

.ios-image {
    padding: 10px;
    width: 150px;
}

.android-image {
    width: 190px;
}

.text-content {
    max-width: max(60vw, 500px);
}

#handsfree-pilot-form {
    width: 640px;
    height: 480px;
    margin: 2vh 0;
}

@media (max-width: 500px) {
    .image-container {
      flex-direction: column;
    }
    h2 {
        font-size: 1.3rem;
    }
}

@media (orientation:landscape) {
    .logo {
        width: min(150px, 15vw);
    }
}
