.downloads_links a {
    color: black;
}

.downloads_links a:hover{
    color: red;
}

.text h2 {
    text-transform: uppercase;
    text-align: center;
}

.downloads_links ul {
    list-style-type: none;
}

.downloads_links {
    display: flex;
}

main img {
    width: 30%;
}

.download_links_2 ul {
    list-style-type: none;
}

.download_links_2 img {
    width: 10%;
    padding-top: 20px;
}

.download_links_2 a:hover{
    color: red;
}

.download_links_2 li {
    padding-top: 20px;
}

.txt {
    justify-items: center;
    justify-content: space-between;
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
}