body{
    background-color: white;
}

#icon
{
  width: 120px;
  padding-bottom: 40px;
}

#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    filter:opacity(60%);
}

.centro {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}