@font-face {
    font-family: 'Khand-Regular';
    src: url('./font/Khand-Regular.ttf');
}
@font-face {
    font-family: 'KAITI';
    src: url(./font/KAITI.ttf);
}

@media only screen and (min-width: 500px) {
    html {
        font-size: 21px !important;
    }
}


@media only screen and (min-width: 1080px) {
    html {
        font-size: 16px !important;
    }
}


#container {
    position: absolute;
    left: 51%;
    width: 962px; 
    height: fit-content;  
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, 0);
}

#caption {
    height: fit-content;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 20px;
    border: 1px solid #ccc; 
    border-radius: 5px; 
}

#version a{
    position: absolute;
    transform: translate(780px, 2.1rem);
    height: fit-content;
    font-weight: bold;
       font-size: 1rem;
    color: #ccc;
}
#content {
    height: fit-content;
    padding: 1px;
    border: 1px solid #ccc; 
    border-radius: 5px; 
}

#footer {
    text-align: center;
    border: 1px solid #ccc; 
    border-radius: 5px;    
}

#logo {
    height: 100px; 
    padding-top: 20px;
}

h1 {
    text-align: center;
    color: rgb(215, 94, 94);
}
h2 {
    text-align: center;
    color: rgb(52, 151, 156);
}
h3 {
    fill: rgb(85, 85, 85);
}


.logos {
    text-align: center;
}

.slider-rect {
    fill: url(#slider_linear);
}

.slider-rect-shadow {
    filter: url(#shadow);
    fill: #00bad1;
}