body{
    background-color: cornflowerblue;
}

.mainCamera{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.cameras{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
button{
    margin: 0 5px;
}
.testImage{
    width: 50%;
}
.cameraSupport{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.hidden{
    display: none;
}
section{
    margin-bottom: 50px;
}
.testCamera{
    display: flex;
    flex-direction: row;
    justify-content: center;
}