body {
    display:grid;
    place-items: center;
    height: 100vh;
    background: linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0.5) ), url('pexels-piyapong89-4541011.jpg');
    background-size:cover;
    color:white;
    font-family: 'Roboto', sans-serif;
}

img {
    height:40vh;
}

#content {
    height:50vh;
    text-align: center;
    font-size: xx-large;
}

a {
    color:white;
}