div {
    margin: 1px;
    padding: 2px;
}

header,
main,
footer {
    display: flex;
    flex-direction: column;
    font-family: aleo sans-serif;
}

@media (min-width: 601px) {

    header,
    main,
    footer {
        flex-direction: row;
    }

}

.left {
    flex-basis: 50vw;
    background-color: #e1d8cf;
}

.topleft {
    flex-basis: 50vw;
    background-color: #e1d8cf;
}

.topright {
    flex-basis: 50vw;
    background-color: #373741;

    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2em;
}

.h3undername {
    text-align: center;
}

.right {
    flex-basis: 50vw;
    background-color: white;
}

.imgJag {
    width: 60%;
    height: auto;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.imgSignature {
    width: 50%;
    height: auto;;
}

h1 {
    text-align: center;
    color: beige;
}

h2 {
    text-align: left;
    color: beige;
    background-color: #373741;
    padding: 15px;
}

h3 {
    text-align: left;
    color: white;
    padding: 15px;
}

h4 {
    text-align: left;
    padding: 15px;
}

p {
    text-align: left;
    padding: 15px;

}

.contact-row {
    display: block;
    padding: 15px;
    text-align: left;
    color: black;
    text-decoration: none;
}

a {
    text-align: left;
    color: black;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
footer {
    background-color: #373741;
    color: white;
    text-align: center;
    padding: 10px;
}
.download-section {
    text-align: center;
  }
  
  .pdf-icon {
    
    height: 30                                                                                                                                                                                                                px;
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: 20px;
    width: 30px;
    text-decoration: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    z-index: 1000;
  }
  
  .pdf-icon:hover {
    transform: scale(1.2);
  }