video {
    width: 100%
}
body{
background-color: bisque;}

header{
    font-size: 75px;
    font-family: monospace;
    font-weight: bold;
    font-stretch: extra-expanded;
    color: chocolate;
}

header h1 {
    position: relative;
    top: -10px;
    color: azure;
    right: auto;
        margin-block-start: 20px;
            margin-block-end: 40px;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
    
}

a{
    font-size: 25px;
    color: black;
    text-align:center;
    font-weight: bold;
    margin-left: 20px;
}