body {
    font-family: "TikTok Sans", sans-serif;
    /* background-image: url("assets/assets/images/logo.png");
    background-size: 
    background-position: center; */
    position: relative;

}

h1, .center-text {
    text-align: center;
}

.center {
    margin: 0px 10%
}

.logo {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}





