@font-face {
    font-family: myFont; /* set name */
    src: url(upheavtt.ttf);
}
::-webkit-scrollbar {
    display: none;
}
.title {
    color: green;
}
#text {
    background-image: linear-gradient(to right, indigo, blue);
    color: transparent;
    background-clip: text;
}
.container {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

    border-radius: 10px;
    align-items: center;
    justify-content: center;
    width: 552px;
}
.container1 {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(168, 220, 255, 0.61);
    padding: px;
   height: 40px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    width: 552px;
    font-family: myFont;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), inset 0px -2px 1px rgba(0, 0, 0, 0.4);
}
.container2 {
    display: flex;
    flex-wrap: wrap;
    background-color: #91afff;
    padding: 10px;
    border: 9px inset rgb(86, 128, 255);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content {
    display: flex;
    background-color: rgba(168, 220, 255, 0.61);
    backdrop-filter: blur(10px);
    padding: 10px;
    padding-top: 50px;
    width: 1000px;
    height: 640px;

    border-radius: 60px;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    text-align: center;
    margin: 10px;
    overflow-y: scroll;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), inset 0px -2px 1px rgba(0, 0, 0, 0.4);
}
.inner {
    font-family: myFont;

    display: flex;
    background-color: rgba(148, 120, 255, 0.26);
    padding: 10px;
    width: 950px;
    height: auto;
    border: 9px groove rgb(86, 128, 255, 0.3);
    border-radius: 50px;
    align-content: center;
    flex-direction: column;
    text-align: center;
    margin: 10px;
}
.inner2 {
    display: flex;
    font-family: myFont;

    background-color: rgba(148, 120, 255, 0.26);
    padding: 10px;
    width: 220px;
    height: 621px;
    border: 9px groove rgba(86, 128, 255, 0.36);
    border-radius: 50px;
    align-content: center;
    flex-direction: column;
    text-align: center;
    margin: 10px;
}
.innerblinkie {
    display: flex;
    font-family: myFont;
    overflow-y: scroll;
    background-color: rgba(148, 120, 255, 0.26);
    padding: 10px;
    width: 220px;
    height: 621px;
    border: 9px groove rgba(86, 128, 255, 0.36);
    border-radius: 50px;
    align-content: center;
    flex-direction: column;
    text-align: center;
    margin: 10px;
    word-wrap: break-word;
}
.navbar {
    display: flex;

    padding: 10px;

    border-radius: 10px;
    align-content: center;
    flex-direction: column;
    text-align: center;
    margin: 10px;
    height: 500px;
}
.button {
    display: flex;
    background-color: rgba(168, 220, 255, 0.61);
    border: 5px groove rgba(144, 210, 255, 0.1);
    border-radius: 70px;
    transition-duration: 0.2s;
    margin-bottom: 10px;
    align-self: center;
    height: 10%;
}
.button2 {
    display: flex;
    background-color: rgba(168, 220, 255, 0.61);
    border: 5px groove rgba(144, 210, 255, 0.1);
    border-radius: 20px;
    transition-duration: 0.2s;
    margin-bottom: 10px;
    align-self: center;
    height: 16%;
}
.button:hover {
    box-shadow: 0 2px 8px 0 rgb(78, 136, 255);
}
.button2:hover {
    box-shadow: 0 2px 8px 0 rgb(78, 136, 255);
}

.blinkie {
    height: 20px;
    width: 150;
    margin-bottom: 1px;
}
* {
    box-sizing: border-box;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.box3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: scroll;
}
.box4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.text {
    background-image: linear-gradient(to right, indigo, blue);
    color: transparent;
    background-clip: text;
}
