a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

a:active {
    color: #999;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
}

input {
    margin: 5px 5px;
}

#loginbutton {
    position: absolute;
    right: 30px;
}

#loginbutton a {
    color: #6a26e9;
    background-color: white;
    border-radius: 20px;
    padding: 1px 15px;
}

.admin {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px;
    width: 375px;
    margin: 50px auto;
    flex-basis: 400px;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.button {
    display: inline-block;
    background-color: #6a26e9;
    border: 2px solid white;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.error {
    color: red;
    font-weight: bold;
}

.flexitems {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer {
    background-color: #6a26e9;
    text-align: center;
    width: 100%;
    font-size: .7em;
    padding: 10px 0;
    position: sticky;
    bottom: 0;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px;
    margin: 30px 50px;
    flex-basis: 400px;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.glass2 {
    background: rgba(255, 255, 255, 0.5);
    color: #6a26e9;
    padding: 0px 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    text-align: center;
}

.homepage {
/*    background-image: url('images/guitar.jpg');*/
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('images/guitar.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.locationspage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/guitar-face.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.loginpage {
    background-image: url('images/audience.jpg');
    background-color: #6a26e9;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.loginpagenew {
    background-image: url('images/child-guitar.jpg');
    background-color: #6a26e9;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menuitem {
    display: inline;
    margin-right: 5px;
    margin-left: 10px;
}

.titlebar {
    background-color: #6a26e9;
    padding: 10px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.titlepanel {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    margin: 15px;
}

.users {
/*    background-image: url('images/guitar.jpg');*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/electric-guitar.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.whatistable {
    width: 80%;
    margin: 30px auto;
    text-align: left;
    row-gap: 0px;
    column-gap: 0px;
}

.whatistable td {
    padding: 10px 25px;
    text-align: left;
    border: 2px solid #6a26e9;
}

.what-is-sgt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/guitar-face.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.what-is-sgt h2 {
    font-weight: bold;
    color: yellow;
}

.what-is-sgt li,
.what-is-sgt p {
    font-weight: bold;
}