@font-face {
    font-family: "Noto Sans";
    src: url("./NotoSans-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Noto Sans";
    src: url("./NotoSans-Regular.ttf");
    font-weight: normal;
}

a {
    color: #42b549;
    text-decoration: none;
}

a:hover {
    color: #ff5722;
}

.welcome_page {
    position: relative;
    display: block;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
    height: 700px;
    white-space: nowrap;
    padding: 0 30px;
}

.welcome_page:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.welcome_page__content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

.welcome_page__toped {
    position: relative;
    width: 200px;
}

.welcome_page__locale_switcher_container {
    position: relative;
    white-space: nowrap;
    padding-top: 20px;
    font-size: 12px;
}

.welcome_page__locale_switcher {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    min-width: 100px;
    background: #fff;
    color: #42b549;
    border: 1px solid #f0f0f0;
}

.welcome_page__locale_switcher:hover {
    color: #42b549;
    background: #eee;
}

.welcome_page__locale_switcher:global(.active) {
    background: #42b549;
    color: #fff;
}

.welcome_page__locale_switcher:global(.active):hover {
    color: #fff;
}

.welcome_page__locale_switcher:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.welcome_page__locale_switcher:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
