@font-face {
    font-family: myFont; /* set name */
    src: url(upheavtt.ttf);
}

.img{
    border: 9px groove rgb(86, 128, 255, 0.3);
    border-radius: 10px;
}
::-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;
    width: 1025px;
    height: wrap;

    border-radius: 60px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
    margin: 10px;
    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;
word-wrap: break-word;
    display: flex;
    background-color: rgba(148, 120, 255, 0.26);
    padding: 10px;
    width: 670px;
    height: wrap;
    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: 800px;
    height: 300px;
    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;
    background-color: rgba(148, 120, 255, 0.26);
    padding: 10px;
    width: 280px;
    height: wrap;
    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;
    align-items: center;
    
}
.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;
}
.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;
}
