body {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/slnc-xdf0l6BMHXA-unsplash.jpg);
}

h1, h2 {
  text-align: center;
}

.space-top {
    margin-top: 40px;
}

.intro-section {
    background: #010101;
    padding: 5px;
    opacity: 0.7;
    filter: alpha(Opacity=70);
    color: #f6f6f6;
    line-height: 1.8;
}

p {
    font-size: large;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin: 40px;
    text-align: justify;
    
}

.text-section {
    background: #e1dede;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2px;
    filter: alpha(Opacity=50);
    color: #000000;
    line-height: 1.6;
}

.quote-section {
    background: #e1dede;
    background-color: rgba(255, 255, 255, 0.8);
    filter: alpha(Opacity=50);
    padding: 2px;
    color: #000000;
    line-height: 1.6;
}

.main-section {
    background: #e1dede;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2px;
    filter: alpha(Opacity=50);
    color: #000000;
    line-height: 1.6;
}

ul {
  font-size: 18px;
  padding-left: 40px;
  margin: 0;
  list-style-position: outside;
}


@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .intro-section {
        padding: 10px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}

footer {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 8px 10px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 8px;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
}

footer a:hover {
    color: #ffdb4d;
    text-decoration: underline;
}