
.certificates {
    background: rgba(242, 199, 153, 0.1);
    padding: 3rem 0.5rem;
}


h1 {
    text-align: center;
}

h2 {
    text-align: left;
    color: #bdbbbb;
    padding: 3rem 0 0 0;
}

p a{
    text-decoration: none;
    color: #595556;
    background-color: #f9e5cf;
}

img {
    text-align: center;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}