@font-face {
    font-family: "Sarabun";
    src: url("/fonts/THSarabunNew.eot");
    src: url("/fonts/THSarabunNew.eot?#iefix") format("embedded-opentype"), url("/fonts/THSarabunNew.woff") format("woff"), url("/fonts/THSarabunNew.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.background {
    background: url("/img/SCGillustration.png") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    /*overflow: hidden;*/
    font-family: "Sarabun";
}

.blur {
    background: rgb(242 116 116 / 7%);
    backdrop-filter: blur(8px);
    height: 100vh;
}

.loading {
    display: grid;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 10px;    
}

.toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* background-color: rgb(187 222 251 / 40%); */
    color: #333;
    font-weight: 600;
    padding: 10px 20px 10px 10px;
}

    .toolbar img {
        margin: 0 16px;
    }

    .toolbar #twitter-logo {
        height: 40px;
        margin: 0 16px;
    }

        .toolbar #twitter-logo:hover {
            opacity: 0.8;
        }
