#myVideo {
    position: fixed;
    right: 0;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;

  }
  .bakgroudnimage{
    position: fixed;
    min-width: 100%;
    min-height: 100%;

  }
  .content {
    /*position: fixed;*/
    bottom: 0;
    background: rgba(58, 58, 58, 0.295);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
  }


.Latobold{
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 900;
    text-align: center;
    font-size: 40px;
    margin-top: 5%;
    padding: 20px;

}
.Latoblack{
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    /*margin-top: 5%;*/
    padding: 20px;
    margin-bottom: 3%; 
}
.Latoblack2 {
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    padding: 20px;
    margin-bottom: 1%;
}

button {
    padding: 1px 6px 1px 6px;
  }
  
  /* Add this to align vertically */
  button > img,
  button > span {
    vertical-align: middle;
    margin-left: 20px;
  }

.Scrittesotto{
    margin:auto;
    /*width: 50%;*/
    padding: 10px;
}

.bottone{
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 25px;
}
.glow-on-hover {
    width: 300px;
    height: 94px;
    border: none;
    outline: none;
    color: #fff;
    background: #6e6656;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    top: 50%;

    
}

.centra{
text-align: center;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #035f1a, #b3fcb3, #0c410a, #48ff00, #08f190, #539615, #82d37b, #d0ff00, #05ff97);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
body{margin:0;}