@import url('../../resources/sayaka/styles/kyokura.css');
@import url('../../resources/sayaka/sayaka.css');
@import url('../../resources/sayaka/sayaka-navbar.css');
@import url('../../resources/sayaka/sayaka-flexbuttons.css');
@import url('../../resources/fonts/font-style.css');

.saya-lower-bg {
    background-image: url('./bg.png');
    background-color: #388b1d;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.kyoko-logo {
    width: 100%;
    height: 100%;
    max-width: 500px;
}

.bigbutton-windows {
    background-color: #0078d4;
    border-color: #0078d4;
}

.bigbutton-linux {
    background-color: #363636;
    border-color: #363636;
}

.bigbutton-github {
    background-color: #080a3e;
    border-color: #080a3e;
}

.bigbutton-windows:hover {
    border-color: #30fff5;
}

.bigbutton-linux:hover {
    border-color: #f3b53e;
}

.bigbutton-github:hover {
    border-color: #879ce5;
}