.main {
    font-family: 'lexend';
    font-size: 20px;
}

.main2 {
    font-family: 'lexend';
    font-size: 15px;
}

.text {
    text-align: left;
    position: relative;
    left: 30px;
    font-size: 20px;
}

.stext {
    text-align: left;
    position: relative;
    left: 30px;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #0d6fa4;
    /* or add it to the track */
}

#about,
#gallery,
#projects,
#music,
#newest {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #1488c3;
}

::-webkit-scrollbar-thumb:hover {
    background: #1382ba;
}

span {
    font-size: 30px;
}

.picture {

    background-color: #d6c163;
    margin: 30px;
    border-color: #a7964b;
    border-radius: 10px;
    border-style: solid;
}

.pic {
    position: relative;
    height: 120px;
    width: 120px
}

img {

    object-fit: cover
}

iframe {
    border: 5px solid #413ef4;
    border-radius: 5px;
    background-color: #06b426;
    margin: 20px;
}

.disco {
    border: 5px solid #302c34;
    border-radius: 5px;
    background-color: #5e5e5e;
}

.subtext {
    word-wrap: break-word;
    text-align: center;
    position: relative;
    font-size: 12px;
}

#miniCanvas {
    width: 100%;
}

#canvas {
    margin: 0px;
    width: 100%;
    height: 100%;
    scrollbar-width: none;
    background-color: rgb(14, 132, 228);
    position: fixed;
    top: 0;
    left: 0;
}

html {
    scrollbar-width: none;

}

div {
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: lexend;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;

}

p {
    margin-left: 30px;
    margin-right: 30px;
}

.contain {
    align-items: center;
    overflow-y: auto;
    border: 5px solid rgb(8, 96, 62, 0.4);
    border-radius: 5px;
    max-height: 500px;
    background-color: rgba(13, 148, 99, 0.4);
}

.select {
    border: 5px solid darkgreen;
    border-radius: 2px;
    background-color: rgba(13, 148, 99, 0.7);
}

.checkers {
    display: grid;
}

.select:hover {
    background-color: rgba(8, 117, 77, 0.7);

}

.contain0 {
    border: 5px solid rgb(8, 96, 62);
    border-radius: 5px;
    max-width: 300px;
    width: 300px;
    background-color: rgba(13, 134, 148, 0.7);
}

.contain2 {
    border: 5px solid rgb(8, 96, 62);
    border-radius: 5px;
    max-width: 300px;
    background-color: rgba(96, 75, 216, 0.7);
    align-items: center;

}

.contain4 {
    border: 5px solid rgb(8, 84, 96);
    border-radius: 5px;
    max-width: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 500px;
    height: 300px;
    background-color: rgba(8, 118, 178, 0.7)
}

.contain5 {
    border: 5px solid rgb(96, 8, 8);
    border-radius: 5px;
    max-width: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 400px;
    height: 300px;
    background-color: rgba(178, 14, 8, 0.7)
}

.contain3 {
    border: 5px solid rgb(8, 96, 62);
    border-radius: 5px;
    overflow-y: scroll;
    max-width: 500px;
    width: 500px;
    height: 500px;
    background-color: rgba(8, 178, 65, 0.7)
}

.containa {
    border: 5px solid rgb(8, 96, 62);
    border-radius: 5px;
    max-width: fit-content;
    width: 500px;
    max-height: fit-content;
    background-color: rgba(8, 178, 65, 0.7)
}

#user {
    font-size: 30px;
    bottom: 10px;
    text-align: center;
    font-family: sans-serif;
    position: relative;
}

#pfp {
    position: relative;
    bottom: 15px;
    border: 5px solid rgb(8, 96, 62);
    border-radius: 100px;
}

.avatar {
    border: solid rgb(0, 0, 0, 0);
    border-radius: 100px;
}

.btn {
    margin: 5px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    border-color: rgb(8, 96, 62);
    max-width: fit-content;
    max-height: fit-content;
    font-size: 15px;
    position: relative;
    font-family: lexend;
    bottom: 10px;
    background-color: rgb(7, 214, 138);
    transition: background-color 0.1s;

}

.bubble {
    border-radius: 70px;
    border-color: rgb(3, 164, 233);
    max-width: fit-content;
    max-height: fit-content;
    font-size: 15px;

    background-color: rgb(7, 135, 214);

}

.btn:hover {
    background-color: rgb(12, 174, 115);
    transition: background-color 0.1s;

}