html, body {
    height: 100%;
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
}

.ice-cold-match-glass{
    width: 64px; height: 64px;
    border-radius: 16px; 
    object-fit: cover;
}
h1, h2, p{
    font-family: "Fuzzy Bubbles", sans-serif;
    font-weight: 400;
    font-style: normal;  
}
.title{
    margin: 4px;
}
.start-text{
    margin:0px;
}
.border{
    border: solid; 
    display: flex; 
    flex-direction: column; 
    border-radius: 16px; 
    position: absolute; 
    top: calc(50% - 90px); 
    left: calc(50% - 180px); 
    backdrop-filter: blur(4px); 
    background-color: rgba(0, 0, 0, 0.125); 
}
body{
    background-image:url(https://marketplace.canva.com/EAE-oux8hGI/1/0/1600w/canva-green-aesthetic-abstract-shape-desktop-wallpaper-5YYLds0aPrE.jpg);
}
.top-bar{
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    display: flex;
    backdrop-filter: blur(10px);
    background-color: rgba(183, 193, 172, 1);
    color: #fff;
    justify-content: space-between;
    padding: 8px 16px;
}
.top-bar-margin{
    background-color: rgba(256, 256, 256, 0.125);
    padding: 4px 12px;
    border-radius: 16px;
}
.inside-window{
    background-color: #fff; 
    margin: 6px; 
    border-radius: 12px; 
    width: 360px; 
    padding: 16px;
}
.welcomeheader{
    text-align: center;
    margin: 0px; 
    color: #fff
    ; font-weight: 500
}
.matchaOS{
    cursor: pointer;
    background-color: rgba(256, 256, 256, 0.125);
    padding: 4px 12px;
    border-radius: 16px;
}
.close{
    width: 16px; 
    height: 16px; 
    cursor: pointer; 
    background-color: #EC6B5E; 
    border-radius: 16px; 
    border: solid 1px rgba(0, 0, 0, 0.25); 
    margin-left: 6px;
    color:white;
}
.matcha-notes{
    text-align: center; 
    padding: 16px;
    filter: drop-shadow(0 0 8px #44624a); 
    width: fit-content
}
.app-name{
    margin: 0px; 
    color: #fff;
}
.app-img{
    width: 64px;
    height: 64px; 
    border-radius: 16px;
}
.matcha-note-inside{
    background-color: #fff; 
    margin: 6px; 
    border-radius: 12px; 
    width: 450px; 
    height: 350px; 
    padding: 16px;
}
#selected{
    display: none;

}
.app-top-bar{
    text-align: center;
    width: 425px;
    margin-top: 2px;
    padding:1px;
    background-color:#8ba888;
    border-radius: 12px;
}
.overflow{
    overflow-y: scroll;
}