@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    background-color: black;
}

h1, h2, p {
    margin: 0;
}

a {
    color: inherit;
}
a:focus {
    outline: none;
}

address, cite {
    font-style: normal;
}

main {
    position: relative;
}

video {
    width: 100%;
}

/*Mobile and tablet (portrait)*/
@media only screen and (min-width: 840px) {

    main {
        margin: 0 auto;
        max-width: 1600px;
    }    
}
