* {
    font-family: 'Acme', sans-serif;
    scroll-behavior: smooth;
}

nav {
    position: fixed;
    background-color: gray;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-left: 15px;
    
}


body {
    background-color: black;
    color: silver;
}






video {
    width: 300px;
    border: solid #333333 2px;
    border-radius: 20px;
}