@charset "utf-8";
.container {
    width: 950px;
    color: #E80307;
    margin: auto;
}
.navigation {
    background-image: url(images/navigation.png);
    height: 360px;
    width: 950px;
    word-spacing: 20px;

}
.contact {
    background-color: #2B583D;
    height: 480px;
    width: 900px;
    margin-left: 50px;
}


.logo {
    height: 141px;
    width: 200px;
}
.useful {
    background-color: #FBBE0C;
    height: 50px;
    width: 640px;
    margin-left: 280px;
    margin-top:-30px;
    
}

.bar {
    height: 180px;
    width: 950px;
    margin-top:10px; 
}
.link {
    background-color: #0A0707;
    height: 380px;
    width: 380px;
    margin-left: 300px;
    text-align: center;
    margin-top:50px; 
}
