/* ALBEOLAMBDA - ALBEOLAMBDA Website CSS */

body {
    margin: 0;
    padding: 0;
    background: #f0f8ff;
    font-family: 'Designer', sans-serif;
    color: lightsteelblue;
    background-image: url(https://file.garden/Zje4ZW9-iWrofMUK/madonna%20laida.png);
    background-repeat: no-repeat;
    background-size: 4000px , 1000px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

#header {
    padding: 20px;
    width: 1000px;
    height:90px;
    margin: auto;
    position: relative;
    text-align: left;
}

#logo h1 {
    color: royalblue;
    font-size: 3.5em;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#logo h2 {
    color: #e6f2ff;
    font-size: 1.5em;
    margin: 5px 0 0 0;
    font-weight: normal;
}

#menu {
    box-sizing: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 1320px;
    height: 10px;
    text-align: right;
    
}

#menu a {
    display: inline-block;
    padding: 3px 20px;
    margin: 1px;
    background-image:    url(https://file.garden/Zje4ZW9-iWrofMUK/aero%20square%20buttons.png);
    background-size: 450px, 20px;                  
    background-repeat:   no-repeat;
    background-position: center;  
    color: lightgray;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: rgba(53, 78, 225, 0.8) 0 0 20px 3px;
}

#menu a:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

hr {
    border: none;
    height: 0px;
    background:
    margin: 0;
}

#page {
    max-width: 1000px;
    margin: auto;
    padding: 30px;
    opacity: 100%;
}

#content {
    float: left;
    width: 70%;
    background:
    color: lightgray;
    border-radius: 15px;
    padding: 20px;
      box-shadow: rgba(53, 78, 225, 0.8) 0 0 90px 33px;
    margin-right: 20px;
    background-image:    url(https://file.garden/Zje4ZW9-iWrofMUK/aero%20square%20for%20neocities.png);
    background-size: 5000px, 900px;                  
    background-repeat:   no-repeat;
    background-position: center;  
}

#statuscafe {
    padding: .5em;
    background-color:;
    border: 6px solid midnightblue;