* {
    margin: 0;
    padding: 0;
    overflow: hidden;
    user-select: none;
    font-family: 'Poppins', sans-serif;
}

body {
    background: linear-gradient(rgba(20, 26, 35,0.55),rgba(20, 26, 35, 0.55)), url("./img/background.png") no-repeat center center fixed;
    background-size: cover;
}

div {
    position: fixed;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    color: white;
    font-size: 30px;
}
