body{
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
}

#wrapper-all {
    width: 100%;
    padding: 30px 50px 30px 50px;
    box-sizing: border-box;
}

#canvas-and-other-wrapper {
    display: flex;
    align-items: start;
    gap: 50px;
}

#other-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.font-headline-1 {
    font-weight: 900;
    font-size: 1.2em;
}

.font-headline-2 {
    font-weight: 600;
}

.important-text {
    font-weight: 800;
    color: red;
}