body {
    text-align: center;
    background-color: coral;
}
#canvas {
    border: 6px solid black;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
}
.sec1 {
    width: 200px;
}
.sec1 h1 {
    font-size: 80px;
    font-family: "Manufacturing Consent", system-ui;
    text-shadow: 2px 2px 9px white;
}
.sec1 p {
    font-size: 30px;
    font-weight: 600;
    font-family: "Almendra SC", serif;
}