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

body {
    background-color: #2b2b2b;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Mitr', sans-serif;
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    position: fixed;
}

#app {
    z-index: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: fixed;
    align-items: center;
    justify-content: center;
    text-align: center;
}

span {
    font-size: 30px;
    font-weight: 400;
    color: white;
}

img {
    display: block;
    margin: 0 auto;
    display: flex;
}
