*{
  margin: 0;
  padding: 0;
}
@font-face{
  font-family: design;
  src: url(../Fonte/DESIGNER.otf);
}
body {
    font-family: system-ui;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    
    margin-bottom: 70px;
}
header {
  background: linear-gradient(135deg, #5a747d,#93a6ab, #bbc0c8,#78959d) no-repeat;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
header h1 {
   font-family: design;
    margin: 0;
        font-size: 43px;
}
section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h2 {
    color: #34495e88;
    font-size: 28px;
    margin-bottom: 20px;
}
p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}
.contact-info {
    margin-top: 30px;
}
.contact-info h3 {
    font-size: 24px;
    color: #34495e88;
}
.contact-info p {
    font-size: 18px;
    color: #555;
}
.contact-info a{
  color: gray;
  font-size: 18px;
  font-family: system-ui;

}
.footer {
    
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(160%);
}
