html {
/*    background: url(img/background.jpg) no-repeat center center fixed; */
    background-size: cover;
    font-family: "Segoe Fluent Icons", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}

.Main {
    font-size: 2em;
    margin: 20px 0;
    color: black;
}

br {
   display: block;
   margin: 10px 0;
}
