body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

* {
    font-family: mainFont, Arial, cursive;
    letter-spacing: 1px;
}

h6, h5, h4, h3, h2, h1, p {
    margin: 0;

}

body .wrapper {
    background-color: rgb(38 105 147);
    width: 100vw;
    height: 100vh;
}

.rainDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

@font-face {
    font-family: mainFont;
    src: url("../assets/fonts/Acme-Regular.ttf");
}
