@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000 !important;
    background-image: url(background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
}

#body {
    padding: 0.01em 16px;
    margin-right: 10%;
    margin-left:  10%;
}

@media (max-width: 1270px) {
    #body {
        padding: 0.01em 16px;
        margin-right: 5%;
        margin-left:  5%
    }
}

.header {
    background: linear-gradient(to right, blue, purple);
    background-size: 150% 150%;
    color: white;
    font-family: 'Roboto' !important;
}

.box {
    margin: 16px;
    border-radius: 8px;
    backdrop-filter: blur(16px);
}