video{
    width: 100%
}
body{
    background-color: rgb(48, 48, 48);
}
header h1{
    position: relative;
    top: -10px;
    color: azure;
    right: auto;
    font-size: 3em;
}
header p{
    font-size: 50px;
    color: rgb(255, 255, 255);
}