body {
  font-family: "Mulish", sans-serif;
  background-color: #003cff;
}

.main {
    color: aliceblue;
    font-size: 13px;

}

a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: white;
}
a:active {
    color: white;
}

.haruhicontainer {
    align-items: center;
    display: flex;
    justify-content: center;

}

.haruhiloop {
    height: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.iframeform-container {
        display: flex;
        align-items: center;
        justify-content: center;


        opacity: 96%;
    }
#iframeform {
    height: 600px;
    width: 745px;
    border: 0;
    padding: 0px 0px 20px 20px;
}

.iframemain-container {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 96%;
    }
#iframemain {
    height: 340px;
    width: 745px;
    border: 0;
}

.floatingcontainer {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

#languageButton {
    height: 20px;
    font-size: 11px;
    position: relative;
    background-color: #003cff;
    color:white;
    border:1px solid white;
}

#ico {
    transform: translateX(-6px);
}

html {
  scrollbar-color: white #003cff;
  scrollbar-width: thin;
}


