@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

.t-primary-bgcolor {
    background-color: #808080f2;
}

a {
    color: #0000e0;
}

body {
    background-color: white;
}

.header-wrapper {
    background-color: #808080f2;
}

.container {
    width: 1024px;
}

.header {
    display: flex;
    align-items: center;
    height: 145px;
}

.header__logo {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.header__logo:hover {
    text-decoration: none;
}

.header__logo img {
    max-height: 123px;
}

.school-name {
    color: #020151;
    font-size: 50px;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 900;
}

.main {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}