body
{
    margin:0;
    padding:0;
}
header
{
    width: 100%;
    height: 30vh;
    display: flex;
}
#header_content
{
    width: 100%;
    background:#a5d5c1;
    margin-top: 6.5vh;
    height: 23.5vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#header_content>div
{
    text-align: center;
    padding: 5%;
}
#header_content h2
{
    margin: 0;
}
#header_content p
{
    font-size: 18px;
    margin: 0;
    font-family: fantasy;
    font-weight: 500;
    color: #004cad;
    letter-spacing: 0px;
}
#header_content h3
{
    font-size: 24px;
    margin: 0;
    font-family: fantasy;
    font-weight: 500;
    color: #004cad;
    letter-spacing: 0px;
}
.content
{
    background:white;
    width: 100%;
    min-height: 70vh;
}
.container
{
    max-width: 1500px;
    margin:0 auto;
}
.container>.left
{
    float: left;
    width: 50%;
}
.container>.left>img
{
    width: 97%;
    margin-top: 25px;
}
.container>.right
{
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    height: 70vh;
    justify-content: space-between;
    box-sizing: border-box;
}
h2
{
    font-size: 36px;
    color: #004cad;
    font-family: 'Bebas Neue', cursive;
    margin: 0;
    letter-spacing: 2px;
}
.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    position: relative;
    font-family: 'Bebas Neue', cursive;
}
.timer>div {
    margin: 10px;
    width: 70px;
    color: #004cad;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
}
.timer>div>div {
    background: white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 25px;
    color: #004cad;
    border-radius: 50%;
    margin-bottom: 10px;
    font-weight: 700;
    border: 10px solid #618cc3;
    box-sizing: border-box;
}
.logos
{
    display: flex;
}
.logos>div
{
    width: 50%;
    text-align: center;
}
.logos>div>img
{
    width: 80%;
}
.logos>div>h3
{
    font-family: fantasy;
    font-weight: 500;
    color: #004cad;
}