body {
    background-color: #ABF5FF;
}

#usertext {
    padding: 12px 25px 13px 30px;
    border-radius: 200px;
    border: none;
    font-size: 18px;
    width: 250px;
    box-shadow: 2px 2px 30px rgba(139, 139, 139, 0.138);
}

#generatesection {
    margin-top: 130px;
    z-index: 100;
    position: relative;
}

button {
    border: none;
    margin-top: 10px;
    background-color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 200px;
    transition: .25s;
    box-shadow: 2px 2px 30px rgba(31, 31, 31, 0.057);
}

button:hover {
    scale: 1.10;
}

button:active {
    scale: .9;
}

#generate {
    background-color: #00BD55;
    color: white;
    margin-left: 40px;
    position: relative;
}

#play {
    background-color: #00BD55;
    color: white;
    margin-left: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 2px 2px 30px rgba(31, 31, 31, 0.323);
}

.descript {
    color: rgb(0, 97, 0);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
    z-index: 100; 
    position: relative;
}

#resultdiv {
    margin-top: 30px;
    background-color: white;
    height: 350px;
    width: 300px;
    z-index: 100;
    position: relative;
    box-shadow: 2px 2px 30px rgba(139, 139, 139, 0.138);
    border-radius: 20px;
    display: none;
}

#resultdiv h2 {
    height: 320px;
    width: 250px;
    overflow: scroll;
}

#result {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 500;
}

.suggestionbtn {
    margin-top: 18px;
    width: 310px;
    height: 50px;
    font-size: 18px;
    position: relative;
}

#suggestions {
    margin-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 100;
    flex-direction: column;
}

button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

#logo {
    margin-top: 30px; 
    z-index: 100; 
    position: relative;
}

#github {
    color: rgb(0, 107, 0);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    position: fixed;
    bottom: 25px;
    font-weight: 800;
    font-size: 18px;
    transition: .2s;
    left: 25px;
}

#github:hover {
    scale: 1.1;
    position: fixed;
}

#sharebtn {
    position: fixed;
    right: 10px;
    top: 5px;
    padding: 8px 15px;
    background-color: #00BD55;
    color: white;
    font-size: 25px;
    border-radius: 30px;
}

.themebox {
    background-color: #00BD55;
    width: 300px;
    height: 170px;
    border-radius: 15px;
    color: white;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 35px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.177);
    transition: .3s;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    margin-top: 25px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.themebox:hover {
    scale: 1.1;
    transform: translate(-45%);
    box-shadow: none;
}

a {
    text-decoration: none;
}



#themebtns {
    margin-top: 40px;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    flex-direction: column;
    overflow: scroll;
    height: 600px;
    width: 350px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}



#heading {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: relative;
    text-align: center;
    top: 30px;
}

.themebox::-webkit-scrollbar {
  display: none;
}
