* {
    margin: 0;
    padding: 0;
    font-family: "M PLUS Rounded 1c", Avenir Next, Helvetica, sans-serif;
    color: white;
}

body {
    background-color: #353959;
}

.authorName {

    font-size: 0.8rem;
    font-weight: bold;
    width: 100%;
    padding: 2px;
    margin: 30px auto;
    text-align: center;

}


.title {
    font-weight: bold;
    margin-bottom: 0.6rem;
    text-align: center;
}

/* logo css starts*/

.logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

#logo {
    width: 80px;
    height: 80px;
    transition: 0.5s ease-in-out;
}

#logo:hover {
    transform: scale(1.1);
}

/* logo css ends */

/* Spin bottle css starts */

.pointer-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin: 20px 0; */
}

#pointer {
    height: 350px;
    margin: 2em;
    transition: transform 3000ms ease-in-out;
}

.btn-wrap {
    text-align: center;
}

.btn {
    width: 200px;
    height: 60px;
    background-color: #242845;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

.container {
    margin-top: 1.4rem;
    text-align: center;
}

/* Spin bottle css ends */