@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a {
    color: initial;
    text-decoration: none;
    display: block;
}

* {
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 0;
    font-family: Kanit;
    color: rgb(48, 48, 48);
}

footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: rgb(234, 234, 234);
    width: 100%;
}

.footer-content-container {
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
}

.footer-university-name label{
    margin-left: 100px;
    font-size: 38px;
    font-weight: bold;
}

body {
    min-width: 1500px;
    position: relative;
    height: 100vh;
}

button {
    cursor: pointer;
}

.bg-brown {
    background-color: brown;
}

.bg-red {
    background-color: red;
}

.bg-green {
    background-color: green;
}

.bg-blue {
    background-color: blue;
}

.bg-aqua {
    background-color: aqua;
}

.bg-bisque {
    background-color: bisque;
}

.bg-black {
    background-color: black;
}

figure img {
    width: 100%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
