html {
    background-color: black;
    color: white;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
}

.cont {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.logo-svg {
    width: 200px;
}

h1 {
    font-weight: 500;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

