.title {
color: #1d916f;
text-transform: uppercase;
}
.name {
color: #1d916f;
font-family: ‘Arial’, serif;
font-weight: 600;
font-size: 2.5rem;
}
.certificate {
aspect-ratio: 1.4;
background-color: #ffffff;
font-size: 25px;
margin: auto;
max-height: 80vh;
padding: 10px;
}
.border-container {
border: 5px solid #1d916f;
height: 100%;
padding: 10px;
width: 100%;
}
.text-container {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: 20px;
}
.course-title {
font-weight: 600;
}