@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    font-size: 16px;
}

body {
    background: linear-gradient(to bottom, #081723 40%, #0b1a31, #173854);
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header>img {
    width: 100% !important;
}

.ambassador-content {
    margin-top: -120px !important;
}

.ambassador-title h1 {
    margin-top: 12px;
}

.ambassador-title h1 span {
    color: white;
    font-family: "Arsenal", "sans-serif";
    text-align: center;
    font-weight: 500;
    line-height: 12px;
    margin: 10px 10px 10px 10px;
}

.announcement-title h3 {
    color: white;
    font-family: "Arsenal", "sans-serif";
    text-align: center;
    font-weight: 500;
    line-height: 12px;
}

.ambassador-title h1 span:nth-child(1) {
    font-size: 1.17rem;
}

.ambassador-title h1 span:nth-child(2) {
    font-size: 1.5rem;
}

.ambassador-title h1 span:nth-child(3) {
    font-size: 0.67rem;
    margin: 14px 14px 0 14px;
}

.ambassador-title h1 {
    display: flex;
    flex-direction: column;
}

.ambassador-article-text {
    color: white;
    padding: 10px;
    font-family: "Arsenal", "sans-serif";
    text-align: justify;
    margin: 0px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.ambassador-article-text:nth-child(1) {
    margin-top: 0px !important;
}

.ambassador-content,
.ambassador-announcement {
    margin: 5.3333333333vw auto 0;

}

.ambassador-video>iframe {
    display: flex;
    justify-content: center;
    margin: auto;
    border: 1px solid #45b7ff;
    border-radius: 15px;
    width: auto;
    height: 208px;
    margin-bottom: 30%;
}