* {
    margin: 0;
    padding: 0;
}

body {
    /* background-image: url("https://blogs.windows.com/wp-content/uploads/prod/sites/2/2021/10/Windows-11-Bloom-Screensaver-Dark-scaled.jpg");
    background-size: cover; */
    overflow: hidden;
    /* position: absolute;
    z-index: -1; */
}

#taskbar {
    background-color: rgb(36, 35, 35);
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 110;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.right {
    justify-self: flex-end;
    position: absolute;
    right: 0;
    margin: 6px 0;
    height: 85%;
}

#startmenu {
    position: absolute;
    /* bottom: 50px; */
    bottom: -655px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in;
}

#startmenu img {
    border-radius: 8px;
}

main {
    position: static;
    z-index: 1;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.search {
    height: 35px;
    border-radius: 55px;
    width: 230px;
    text-align: left;
    padding-left: 10px;
    background-color: rgb(62, 62, 62);
    color: rgb(173, 172, 172);
    border-style: none;
}

#weather {
    display: flex;
    position: absolute;
    left: 0;
    margin-left: 15/px;
}

.icon1:hover {
    background-color: rgba(240, 248, 255, 0.338);
    border-radius: 2px;
}

.icon2:hover {
    background-color: rgba(240, 248, 255, 0.338);
    border-radius: 2px;
}

.icon3:hover {
    background-color: rgba(240, 248, 255, 0.338);
    border-radius: 2px;
}

.icon4:hover {
    background-color: rgba(240, 248, 255, 0.338);
    border-radius: 2px;
}

.icon5:hover {
    background-color: rgba(240, 248, 255, 0.338);
    width: 65px;
    border-radius: 2px;
}

.icon6:hover {
    background-color: rgba(240, 248, 255, 0.338);
    width: 65px;
    border-radius: 2px;
}

.icon7:hover {
    background-color: rgba(240, 248, 255, 0.338);
    width: 65px;
    border-radius: 2px;
}

.icon8:hover {
    background-color: rgba(240, 248, 255, 0.338);
    width: 65px;
    border-radius: 2px;
}

.icon9:hover {
    background-color: rgba(240, 248, 255, 0.338);
    width: 65px;
    border-radius: 2px;
}

.icon10:hover {
    background-color: rgba(240, 248, 255, 0.338);
    width: 65px;
    border-radius: 2px;
}

/* .container {
    position: relative;
    width: 300px;
}

.input {
    width: 100%;
    padding: 10px 40px 10px 20px; 
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
}

.icon {
    position: absolute;
    right: 10px;
    top: 30%;
    transform: translateY(-50%);
    pointer-events: none;
} */