html {
    background: #FFFDEC;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    padding: 1rem;
}

.oupz_img {
    max-width: 100%
}

h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    margin: 0;
}

.phone_api {
    font-weight: bold;
    font-size: 20px;
    color: #3593B6;
}

p, a {
    text-align: center;
}

p {
    margin: 8px;
}

.application_links {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.application_links img {
    width: 70%;
    text-align: center;
}

.form_api{
    margin-top: 1.5rem;
}

.form_api_div {
    background: #FFFFFF;
    border: 1px solid #3593B6;
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
     text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #3593B6;
}

.form_api_icon {
    font-weight: bold;
    font-size: 20px;
    color: #3593B6;
}