body{
	background-color:#DAA520;
	
}
h1{
    color: #006400;
    font-size: 80px;
}

.logo {
    width: 100px;
    margin-right: 40px; 
    float: left; 
}
.hero-image{
    width: 20%;
    float: right;
    margin-left: 40px;
}

.big-title {
    margin-left: 15px;
    font-size: 80px;
    color: #800000;
    font-weight: bold;
    border-bottom: 2px solid #800000;
}

p {
    font-size: 26px;
    line-height: 1.4;
    text-align: justify;
}

.navigation { 
font-size: 26px;
    line-height: 1.4;
    text-align: justify;
}

