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

body {
    color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: rgb(25, 25, 25);

    font-family: "open sans";
}