body,
html {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", sans-serif;
    height: 100%;
    color: #fff;
}

.background {
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: url("../images/png/SMCC.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background-color: #120c4f;
    border-bottom: 5px solid #ffd700;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    width: 100px;
    margin-right: 3px;
}

.logo-right {
    width: 100px;
    margin-left: auto;
    margin-right: 1%;
}

.title-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.school-name {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    padding-bottom: 4px;
    border-bottom: 3px solid #ffd700;
    color: #ffffff;
}

.system-name {
    font-size: 1.5rem;
    margin: 0;
    color: #ffffff;
    opacity: 0.85;
}
