.quote
{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: red;
    position: relative;
}
hr {
    margin: 10px 0;
    width: 100%;
    border: 1px solid black;
    background-color: black;
}
.container h1 {
    text-align: center;
}

img{
    position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%
}

Video {
  position: fixed;
}

body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
