body{
    padding:0;
    margin:0;
    background-color: #0072bc;
    font-family: 'Open Sans';
}
#header-div{
    background-color: #003471;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 160px;
}
#header-p{
    color:#ffffff;
    font-size: 110px;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
}
#main-div{

    width: 100%;
    margin: 0;
    padding: 0;
}
#tag{
    position: relative;
    top: -15px;
    left: 19%;
    height: 170px;
}
#main-first-p{
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}
#main-second-p{
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: 300;
    margin-top: 10px;
}
#contact{
    background: url("/mart/images/mail_normal.png") center center no-repeat;
    height: 164px;
    margin: 5px auto;
    width: 164px;
    display: block;
    border-radius: 50%;
}
#contact:hover{
    background: url("/mart/images/mail_hover.png") center center no-repeat;
}

