@font-face {
    font-family: "Daydream";
    src: url(Daydream.otf);
}

body {
    background-color: #0089da;
    color: #542bae;
}

.container {
    width: 100%;
    height: 100%;
}

a {
    color: #0900da;
}

a:hover {
    text-decoration: none;
}

h3 {
    font-family: "Daydream";
    background-size: 300vw 300vw;
    text-align: center;
    background: linear-gradient(
        158deg,
        rgba(255, 221, 223, 1) 0%,
        rgba(255, 183, 222, 1) 10%,
        rgba(223, 60, 240, 1) 40%,
        rgba(0, 6, 144, 1) 100%
    );
    background-clip: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    margin: 15px;
}

.small{
    font-size: 90%;
}

.icons {
    width: 200px;
    height: 500px;
    margin: 30px;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
}

.window {
    width: 600px;
    height: 400px;
    position: absolute;
    top: 4rem;
    left: 30rem;
    padding: 20px 0 20px 30px;
    border: 20px solid transparent;
    border-image: url(images/frame.PNG);
    border-image-width: 70px 100px 90px;
    border-image-repeat: stretch round;
    border-image-slice: 28% 40% 30% fill;
    border-image-outset: 3rem 3.5rem 4rem 1rem;
    font-family: "Medodica";
    font-size: 18px;
}

.window > p{
    display: inline-block;
}

#rainbow {
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(
        to bottom right,
        #b827fc 0%,
        #2c90fc 25%,
        #b8fd33 50%,
        #fec837 75%,
        #fd1892 100%
    );
}

#footer {
    display: block;
    text-align: center;
    font-size: small;
    position: relative;
    bottom: 0;
}

.profile {
    min-width: 300px;
    min-height: 500px;
    position: absolute;
    bottom: 4.8rem;
    right: 4rem;
    border: 20px solid transparent;
    border-image: url(images/frame.PNG);
    border-image-width: 70px 90px 70px;
    border-image-repeat: stretch round;
    border-image-slice: 30% 40% 30% fill;
    font-family: "Medodica";
    font-size: 18px;
    text-align: center;
}

.profile > img {
    height: 150px;
    width: 150px;
    position: relative;
    top: 4.5rem;
    margin: auto;
    border: 2px solid white;
    outline: 2px solid #000690;
    border-radius: 50%;
}

#oneline{
    position: relative;
    top: 4em;
}

footer {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: lightgray;
    outline: 2px solid white;
    display: flex;
    justify-content: left;
}

.buttons,
.button2 {
    display: block;
    color: #292929;
    padding: 5px 10px;
    margin: 3px;
    font-family: "Medodica";
    font-size: 20px;
    border-right: 2px solid darkgray;
    border-bottom: 2px solid #898989;
    border-top: 2px solid white;
    border-left: 2px solid white;
}

.button2 {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-top: 2px solid darkgray;
    border-left: 2px solid darkgray;
}

.format {
    position: relative;
    top: 3rem;
    margin: 15px;
    display: flex;
    flex-direction: column;
}

.format > .buttons,
.window > .buttons{
    color: #60538b;
    background-color: #e2d6d7;
    border: 2px solid #fff7dd;
    border-bottom: 2px solid #000690;
    border-right: 2px solid #746d8e;
}

.window > .buttons{
    display: inline-block;
    width: 150px;
    text-align: center;
}

footer > .buttons > img,
footer > .button2 > img{
    height: 20px; 
    vertical-align: bottom;
}

/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
    position: relative;
    top: 3.5em;
    left: 6em;
    margin: auto;
    display: flex;
    z-index: 99;
    text-shadow:
        -1px 0 #000,
        0 1px #000,
        1px 0 #000,
        0 -1px #000,
        0 0;
}
#glenplayer02 a {
    text-decoration: none;
}

#glenplayer02 > div {
    align-self: center;
    -webkit-align-self: center;
}

.music-controls {
    user-select: none;
    -webkit-user-select: none;
    width: 13px;
    font-size: 13px;
    cursor: pointer;
}

.playy,
.pausee {
    color: #fff;
} /* color of play & pause buttons */

.pausee {
    display: none;
}

.sonata {
    margin-left: 10px;
    color: #000; /* color of music note symbol */
}

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