html {
    background-color: #2a232f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    user-select: none;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

nav {
    background-color: #bd65fc;
    padding: 20px 0 20px 0;
    transition: 0.2s;
}

#navtext {
    color: white;
    font-size: 20px;
    margin: 10px 0 10px 0;
    padding: 15px;
}

#navtext-div {
    display: flex;
    justify-content: center;
}

#logo-main-1 {
    border-radius: 1000px;
    margin: 30px auto 0 auto;
    display: block;
    border: solid #bd65fc 5px;
    max-width: -webkit-fill-available;
    max-height: 200px;
}

#botname-main-1 {
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5px;
}

#botname-main-2 {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
}

#main-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

#main-buttons-2 {
    display: flex;
    justify-content: space-evenly;
}

#main-button-1 {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-color: #bd65fc;
    color: white;
    border: none;
    transition: 0.5s;
    cursor: pointer;
    font-weight: bold;
}

#main-button-2 {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-color: #bd65fc;
    color: white;
    border: none;
    transform: 0.5s;
    cursor: pointer;
    font-weight: bold;
}

#main-button-3 {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-color: #bd65fc;
    color: white;
    border: none;
    transform: 0.5s;
    cursor: pointer;
    font-weight: bold;
}

#main-info {
    width: auto;
    max-width: 60%;
    height: 250px;
    border-radius: 70px;
    border: none;
    transition: 0.5s;
    background-color: #bd65fc;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 25px;
}

#main-info-1 {
    text-align: center;
    justify-content: center;
}

#main-info-2 {
    display: flex;
    justify-content: center;
}

#main-info-1, #main-info-2 {
    margin: 0;
}

footer {
    border-top: solid #bd65fc;
    margin-top: 35px;
}

#footer-text {
    text-align: center;
    justify-content: center;
    color: #8c51b6;
    font-weight: 800;
}