@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

body {
    background-color: #f0f0f0;
    padding: 10px;
    font-size: 16px;
    color: #666;
    background-image: url("../img/back-ground.gif");
}

header h1 {
    margin: 0;
}
 
header span {
  font-size: 20px;
}

header p {
    margin: 0;
}

header span {
    vertical-align: bottom;
    margin-left: 10px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #E2FAEA;
    /* box-shadow: 0 0 10px rgba(0,0,0, .3); */
}

.header-ship-name {
    font-size: 1.5em;
    vertical-align: baseline;
}

.back-home {
    text-align: right;
}

.contact-infomation {
    width: 350px;
    margin: auto;
    padding: 10px;
    border: solid 2px grey;
}

.contact-infomation h2 {
    margin: 5px;
}