*,
*:before,
*:after {
    box-sizing: border-box;
}


html,
body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
body {
    background-color: #fff;
    color: #263d89;
    font-family: GoboldThinLight,sans-serif;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
a {
    color: #c3d92f;
    outline: none;

}
p {
    margin: 5px 0;
}
h1 {
    font-size: 50px;
}
h3 {
    
}
header {
    text-align: center;
    padding: 20px;
    
}
header img {
    max-width: 300px;
    height: auto;
    width: 100%;
}
.container {
    text-align: center;
    padding: 20px;
    
}
