body{
    margin: 0px;
    padding: 0px;
}
video{
    margin: auto;
    margin-top: 5px;
}
header{
    padding: 15px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 10px 0px gray;
    margin: auto;
    /* margin-top: 10px; */
}
header h2{
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgb(0, 140, 255);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
header p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}
.about{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px;
}
.about h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.about p{
    font-weight: 400;
}
.feedback{
    display: none;
}
.feedback p{
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    border-bottom: 2px solid;
    width: fit-content;
    margin: auto;
}
#google_translate_element{
    padding: 10px;
}
#google_translate_element select{
    padding: 10px;
}