* {
    background-color: #F3E9F9;
}

header {
    padding-top: 30px;
    padding-left: 30px;
    font-size: 30px;
    font-weight: bold;
}

a {
    color: #281151; 
}

a:hover {
    text-decoration: none;
}

div {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    height: auto;
    width: 35%;
    border: 10px solid gray;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);

}

.certificateSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding-bottom: 40px;
}

/*@media screen and (max-width: 826px) {
    img {
        height: 30rem;
    }
}*/
