body{
    margin:0;
    font-family:Arial,sans-serif;
    overflow-x:hidden;
}

nav{
    background:#000;
    padding:15px 20px;
    text-align:center;
}

.logo h1{
    margin:0;
    color:#d4b483;
    font-family:"Times New Roman",serif;
    font-weight:300;
    letter-spacing:8px;
}

.hero{
    padding:0;
}

.hero-image{
    width:100%;
    height:auto;
    display:block;
}

.launch{
    text-align:center;
    padding:50px 20px;
    background:#faf7f2;
}

.launch h2{
    color:#a88454;
}

footer{
    background:#000;
    color:white;
    text-align:center;
    padding:20px;
}
