*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    }
    
li {
    font-family: 'Saira Condensed', sans-serif;
    padding: 3px;
    margin-left: 100px;
    }
    
a{
    color:darkblue;
}
    
a:hover {
    color:orange;
}
    
dt {
    padding-top: 20px;
}
    
.link-w {
    color:white;
}
    
.large-title {
    text-align: center;
    font-family: 'Staatliches', cursive;
    padding-top: 30px;
    font-size: 30px;
    text-shadow: 3px 5px 6px gray;
}
            
.project-info {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: 'Saira Condensed', sans-serif;
    color: lightgrey;
    font-size: 12px;
}
        
.sec-title {
    text-align: center;
    font-family: 'Staatliches', cursive;
    padding-top: 60px;
}

.sec-title-w {
    text-align: center;
    font-family: 'Staatliches', cursive;
    padding-top: 60px;
    color:white;
            }
            
.paragraph {
    text-align: center;
    font-family: 'Saira Condensed', sans-serif;
    padding-top: 17px;
    margin-left: 100px;
    margin-right: 100px;
}

.image-1 {
    justify-content: center;
    padding-top: 17px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dark-bg {
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
    opacity: 0.9;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 25px;
}

.list-ul {
    text-align: left;
    font-family: 'Saira Condensed', sans-serif;
    padding: 7px;
    padding-top: 17px;
}
            
.list-ul-header {
    text-align: left;
    font-family: 'Saira Condensed', sans-serif;
    padding: 10px;
    padding-top: 17px;
    padding-left: 300px;
    color:white;
}
            
.list-dl {
    text-align: left;
    font-family: 'Saira Condensed', sans-serif;
    padding: 7px;
    padding-top: 17px;
}

.footer {
    text-align: center;
    width: 100%;
    height: 600px;
    padding: 10px;
    padding-top: 5px;
    margin-top: 100px;
    display: block;
    background-color: black;
    opacity: 0.9;
}
            
#image-congress {
    justify-content: center;
    padding-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
}

#image-ayima {
    justify-content: center;
    padding-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
}

#image-arrest {
    justify-content: center;
    padding-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 245px;
}