@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,700&display=swap');

html,
body {
    font-family: 'Open Sans', sans-serif;
    color: rgb(177, 174, 174);
    margin: 0;
    padding: 0;
    background: radial-gradient(circle, rgba(83, 83, 83, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: brightness(1.0);
}

.description {
    position: absolute;
    right: 5vw;
    bottom: 5vh;
    letter-spacing: 0.2em;
}