html {
    height: 100%;
}

body {
    min-height: 100%;
    /* background-image: url("/images/coding-minimal.png"); */
    background-color: black;
    /* background-repeat:no-repeat; */
    /* background-size: cover; */
    background-position: center;
    color: white;
}

.row {
    margin-top: 4rem;
}
.full-height {
    height: 100%;
}

.center {
    margin: auto;
    width: 50%;
}

.overlay {
    background-color: black;
    margin: 0 30%;
    padding: 30px;
}

img {
    width: 200px;
    height: auto;
}