.ear-outer {
    stroke: #0be995;
    fill: none;
    stroke-width: 7.44000006000000003;
    stroke-linecap: round;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-dasharray: none
}

.ear-inner {
    fill: #0be995
}

#container {
    position: relative;
    margin: auto;
    padding: 100;
    width: 100%;
    height: 100%;
}

#megafon {
    width: 100%;
    height: 100% px;
    vertical-align: center;
    top: 100;
    left: 100;
    visibility: hidden;
}

#wrap,
#resultDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#Capa_1 {
    fill: #bb0002;
}
.grayRect { 
    margin:auto;
    border-radius: 5px;
    padding-left: 5%;
    padding-right: 5%;
    vertical-align: center;
    width:393px;
    background-color: #dddddd;
    opacity: 80%;

}
#result {
    padding: 10%;
    overflow-wrap: break-word;
    background-color: #dddddd;
    font-weight: bold;
    text-align: center;
}
.title {
    text-align: center;
    color: white;
}

body {
    font-family: QuattroNews,'Roboto','Helvetica','sans-serif';
    background-color: black;
    background-repeat: no-repeat;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }