body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
.max-vw {
    max-width: 100vw;
}
.image-600 {
    max-width: min(600px, 80vw);
    max-height: 600px;
}
.overlay-canvas {
    opacity: 0.5;
    position: absolute; /* Position canvas over image */
    top: 0;
    left: 0;
    width: 100%; /* Match image dimensions */
    height: 100%; /* Match image dimensions */
    touch-action: pinch-zoom;
}

.border-red:hover {
    border: 5px solid burlywood;
}
.border-red {
    border: 5px solid salmon;
}
.headline-div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(223, 223, 223);

}
.headline-pen {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    min-width: 200px;

}
.pen-icon {
    width: 35px;
    height: 35px;
    object-fit: cover;
    vertical-align: center;
    margin-left: 10px;
    margin-right: 12px;
}
.pen-input {
    display: flex;
    flex-direction: column;
}
.pen-color-div {
    margin-bottom: 2px;
}
.paper-color-div {
    margin-top: 2px;
}
.toolbar {
    display: grid;
    grid-template-columns: 125px;
}
.add-remove-headline{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icon-area {
    width: 50px;
    height: 50px;
    object-fit: cover;
    vertical-align: center;
    margin-left: 15px;
    margin-right: 12px;
}
.file-headline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(196, 196, 196);
}
.reminder-paragraph {
    margin-left: 10px;
    margin-right: 0px;
    max-width: 158px;
}
.uplode-file {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.file-icon {
    width: 35px;
    height: 35px;
    object-fit: cover;
    vertical-align: center;
    margin-left: 10px;
    margin-right: 12px;
}
.download-file {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.save-icon {
    width: 35px;
    height: 35px;
    object-fit: cover;
    vertical-align: center;
    margin-right: 10px;
    margin-left: 15px;
}
.picture-div { /* I can't do it lol */
    display: flex;
    flex-direction: column;
}
.title {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(196, 196, 196);
    background-color: rgb(196, 196, 196);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 88px;
    position: relative;
}
.depen-icon {
    width: 62px;
    height: 62px;
    object-fit: cover;
    vertical-align: center;
}
.depen-icon:hover {
    cursor: pointer;
    border-style: solid;
    border-radius: 5%;
    border-width: 5px;
    border-color: #b4b4b4;
}
.title-paragraph {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: sienna;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.position-homepage-button {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgb(223, 223, 223);
    justify-content: center;
    align-items: center;
}
.homepage-button {
    background-image: linear-gradient(#f7f8fa ,#e7e9ec);
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember",Arial,sans-serif;
    font-size: 14px;
    height: 29px;
    font-size: 13px;
    outline: 0;
    overflow: hidden;
    padding: 0 11px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}
        
.homepage-button:active {
    border-bottom-color: #a2a6ac;
}
        
.homepage-button:active:hover {
    border-bottom-color: #a2a6ac;
}
        
.Thomepage-button:hover {
    border-color: #a2a6ac #979aa1 #82858a;
}
        
.homepage-button:focus {
    border-color: #e77600;
    box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
    outline: 0;
}