body {
    background-image: url('../img/seychelles_gettyimage.png');
    background-size: cover;
    width: 100vw;
    height: 100vh;
    font: 20px Helvetica, sans-serif;
}

h1 {
    font-size: 40px;
}

#article {
    display: block;
    width: 65%;
    margin: 12% auto;
    color: #fff;
    border: solid 2px #fff;
    padding: 14px;
    background-color: rgba(0, 0, 0, 0.35);
    text-align: left;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}