@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@500&family=Roboto:wght@300&display=swap');

head{
    background-color: rgb(22, 22, 23);
}

.front-page {
    font-size:x-large;
    margin: 2rem;
}

body{
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #0d0c0b;
    /* background-color: rgb(208, 208, 127); */
    background-color: rgb(246, 246, 242);
}

#title {
    color: #000000;
    background-color: rgb(138, 151, 233);
    padding-bottom: 10px;
    margin: 0;
    font-family:'Roboto', sans-serif;
    text-transform: uppercase;
}

nav, .navbar-brand, .nav-item {
    font-size:x-large;
    font-family:'Roboto',sans-serif;
    text-transform: uppercase;
    margin-right:0.5em;
}

.navbar-brand {
    color:black;
}
#nav {
    width: 100%;
    height: 110px;
    padding: 20px 0 5px 0;
    border-bottom: 6px solid rgb(123, 123, 220);
    box-shadow: 0px 15px 15px #736ad2;
    position: absolute;
    top: 0;


}

img {
    margin: 2rem;
}

a {
    color: rgb(7, 7, 7);
}

.nav-align {
    text-align: center;
    padding: 3px 0;
}

.container {
    padding: 10% 0%;
}

.button {
    background-color:rgb(123, 123, 220);
    padding: 0.2vw 2vw;
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    color: rgb(0, 0, 0);
}

.button:hover {
    background-color: rgb(68, 68, 176);
    color: #736ad2;
}
.selector-for-some-widget {
    box-sizing: content-box;
  }