body {
    font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

header {
    background-color: #500000;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

header img {
    max-height: 100%;
    width: auto;
}

section {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.download-section h2 {
    color: #500000;
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-weight: 650;
	font-style: normal;
    border-bottom: 2px solid #500000;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.download-section h4 {
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    margin: 0px 0 0;
    color: #333;
}

.download-section code {
    display: block;
    margin: 0 0 15px;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    background-color: #f4f4f4;
    border-radius: 3px;
}

.download-section a {
    background-color: #500001;
    color: #ffffff;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 10px;
    float: left;
    transition: background-color 0.3s;
}

.download-section a:last-child {
    margin-right: 0;
}

.download-section a:hover {
    background-color: #6a0015;
}

.certificate-block {
    overflow: auto;
    margin-bottom: 20px;
}

footer {
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-weight: 250;
	font-style: normal;
	max-width: 800px;
    margin: 10px auto;
    text-align: center;
	padding: 10px;
	
}