@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');
body {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    font-family: "Share Tech", sans-serif;
}

.background {
    width: 100vw;
    height: 100vh;
    background-image: URL("assets/space-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    
}

.wrapper {
    display: flex;
}

#header:hover {
    width: 75px;
    height: 20px;
    border: 2px solid grey;
    background-color: grey;
    border-radius: 8px;
}

p {
    font-size: 20px;
}

.container {
    display: flex;
    justify-content: end;
    position: relative;
    color:white;
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #080826;
    opacity: 0.85;

}

.container p:first-child {
    position: absolute;
    top: -5px;
    left: 20px;
    font-weight: 950;
}

.container .second  {
    position: absolute;
    top: -5px;
    left: 8%;
}

.container p:last-child {
    position: absolute;
    top: -5px;
    right: 20px;
    
}

#about {
    position: absolute;
    top: 120px;
    left: 20%;
    text-align: center;
    border: 2px solid black;
    color: white;
    border-radius: 15px;
    background-color: black;
    width: 450px;
    height: 450px;
    display: none;
}

#aboutheader {
    background-color: rgba(0,0,0,0.8);
    width: 454px;
    height: 60px;
    position: relative;
    left: -20.5%;
    top: -2px;
    margin-left: 20%;
    border-radius: 20px 20px 0 0;
}

#aboutheader:hover {
    background-color: rgba(35, 14, 60, 0.8);
}

.avatar {
    border-radius: 50px;
}

.handle {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    top: -10px; 
}

.handle h2 {
    position: relative;
    left: -35px;
}

.handle p {
    display: flex;
    justify-content: center;
    align-self: center;
    margin-left: 8px;
    
}

.icon1 {
    background-color: red;
    width:20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
}


.icon2{
    font-size: 12px;
    background-color: green;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.third-btn {
    background-color: rgb(92, 82, 82);
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.handle .window-btn {
    display: flex;
    justify-content: start;
    position: relative;
    left: -23%;
}

#desktopApps  {
    margin-top: 15%;
    margin-left: 40px;
}

#desktopApps img {
    border-radius: 20px;
    margin-left: 6px;
}

#desktopApps p {
    margin-top: 3px;
    
}


.bottom-bar {
    width: 80%;
    height:80px;
    background-color: #080826;
    border-radius: 35px;
    opacity: 0.85;
    position: fixed;  
    top: 89.5%;
    left: 10%;
}

.notes {
    position: relative;
    top: -25%;
    left: 50%;
    width: 550px;
    height: 500px;
    background-color: #6f1f3b;
    border-radius: 15px;
    
}

.sidebar, .notes-text {
    position: relative;
    top: 5%;
    left: 5%;
}

.sidebar button {
    width: 60px;
    height: 40px;
    border-radius: 10px;
    border-color: black;
    font-size: 25px;
    margin-left: 55px;
    position: relative;
    top: -15px;
}

.notes-item  .title {
    font-size: 23px;
    margin-top: 10px;
    padding-left: 10px;
}

.notes-item .body {
    font-size: 17px;
    padding-left: 10px;
}

.notes-item .notes-date {
    font-size: 14px;
    padding-left: 70px;
    padding-top: 5px;
    color: pink;
}

.notes .notes-text {
    display: flex;
    flex-direction: column;
    width: 315px;
    position:fixed;
    left: 65%;
    top: 26%;
    
}

.notes-title {
    height: 60px;
    border-radius: 15px 15px 0 0;
    border: none;
    padding-left: 10px;
    
}

.notes-body {
    height: 310px;
    border-radius: 0 0 15px 15px;
    border: none;
    padding-left: 10px;
}

.notes .side-border{
    border: 2px solid black;
    width: 1px;
    height: 400px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    position: fixed;
    left: 64.3%;
    top: 26%;
}

.notes-title:focus {
    outline: none;
}

.notes-body:focus {
    outline: none;
}

.windowbtnn {
    display: flex;
    position: relative;
    left: 20px;
    gap: 5px;
    width: 70px;
    border-radius: 20px;
}

.second-btn {
    background-color: rgb(92, 82, 82);
    width: 33px;
    height: 20px;
    border-radius: 50px;
}

.icon3{
    background-color: red;
    width: 30px;
    height: 20px;
    border-radius: 50px;
}

.icon4 {
    background-color: green;
    width: 30px;
    height: 20px;
    border-radius: 50px;
}

.windowbtnn i {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    padding-top: 3px;
    padding-left: 1.5px; 
}

.fa-solid.fa-x {
    font-weight: 800;
    font-size: 13px;
}

.fa-solid.fa-expand {
    font-weight: 800;
    font-size: 13px;
}

.notes__list-item--selected {
    background-color: #eeeeee;
    border-radius: 9px;
    font-weight: bold;
    border: 1px solid black;
    width: 180px;
    height: 90px;
    position: relative;
    top: 0px;
    left: -5px;
    border-radius: 20px;
}

.notes-item {
    height: calc(100% - 550px);
    overflow-y: auto;
    overflow-x: hidden;
}