body{
    background-color: white;
}

header{
    background-color: #660000 ;
    border-bottom: #660000;
}

header h1{
    font-family: sulphurPoint - regular, sans-serif;
    color:#660000  ;
    font-size: 1em;
    background-color: #cccc99;
    height: 50px;

}

header h2{
    color: white;
    background-color: #666600;
    width: 20%;
     
}

nav{
    color: #660000;
    background-color: white;
    text-align: center;
}

main {
    -background-image: url(Vineyard_Wine_Bottle_Image.jpg);
    background-repeat: no-repeat;
    

}

.firsttitle {
    color: white;
    font-size: 20px;
    
    
    
}

.secondt{
    color: white;
    font-size: 50px;
    
    
}