﻿body 
{
	margin: 0 auto;
    font-family: Arial;
    background-color: #ffffff;
}

/* HEADER */
.header {
    background-color: #ffc000; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.logo-claim {
    height: 85px;
    width:171px;
    margin-right: 10px;
}

.logo-chubb {
    height: 70px;
}

/* CONTAINER */
.container {
    padding: 20px;
    width:80%;
    margin: 0 auto;
}

/* BANNER */
.banner {
    /*border: 1px solid #999;*/
    height:70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-img {
    width:70%;
}

/* BUTTON */
.action {
    text-align: center;
    margin-top: 15px;
}

.btn {
    background-color: #f4b400;
    border: none;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

/* FOOTER */
.footer {
    background-color: #ffc000;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    width:100%;
    height:50px;
    color: #000000;
}
