*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    box-sizing: border-box;
}
body{
    background: black;
    color: whitesmoke;
}
#header{
    background-position: center; 
    background-image: image(image.jpeg);  
    background-size: cover;
}
.container{
    padding: 10px 10%;
}
#head{
    font-size: xx-large;
    width: 100%;
    font-style: italic;
    color: aqua;
}
.logo{
    width: 50%;
    height: 15cm;
    float: right;
}
.list{
    font-size: large;
    font-style: normal;
    color: white;
}
div ul li{
    display: inline-block;
    margin: 10px 20px;
}
.header-text{
    margin-top: 20%;
    font-size: 30px;
}
.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}
.header-text h1 span{
    color: #8b0808;
}
/* ----------about---------- */
#about{
    padding: 150px 0;
}
#about p{
    font-size: x-large;
}
.tab-titles{
    display: flex;
    margin: 20px 0 40px;
}
.tab-links{
    margin-right: 50px;
    font-size: 20px;
}
/* --------contact-------- */
#contact{
    margin-top: 180px;
}
.contact-left{
    margin-right: 10px;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
}