body {
    background-image: url('images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

h1 {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    font-family: 'Consolas', sans-serif;
}

p {
    color: #f0f0f0;
    font-size: 18px;
    line-height: 1.6;
    margin: 20px;
    font-family: 'Consolas', sans-serif;
}

img[src="images/foreground.png"] {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    height: auto;
    display: block;
}

.sec2 {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    min-height: 40vh;
}