body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* TEXT */
h1 {
    font-weight: bold;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(50, 50, 50);
    margin-top: 20px;
    margin-bottom: -1px;
}

.h1-margins{
    margin-top: 35px;
    margin-bottom: 15px;
}

h2 {
    font-weight: bold;
    font-size:medium;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(101, 101, 101);
    margin-right: 10px;
}

h3 {
    font-weight: bold;
    font-size: 11.3px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(162, 162, 162);
}

h4 {
    font-weight: bold;
    font-size:smaller;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 3px;
    color: rgb(102, 102, 102);
}

/* Canvas */
#mockupRender {
    margin: 0 40px 0 40px;
    background-image: url("public/images/Import.png");
    background-repeat: no-repeat;
    background-position: center;
}

/* Page Layout */
.appWindow {
    width: 1400px;
    height: 700px;
    display: flex;
    flex-direction: row;
}

#mainDisplay {
    display: flex;
    flex-direction: column;
}

.ColumnButtons {
    width: 30%;
}



/* Buttons */


.buttons {
    font-weight: bold;
    border-radius: 18px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(176, 176, 176);
    outline: none;
    border: 0px;
    width: 80px;
    height: 26px;
    padding: 3px;
    margin-left: 10px;
}

.button-large {
    font-weight: bold;
    border-radius: 18px;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(176, 176, 176);
    outline: none;
    border: 0px;
    width: 110px;
    height: 26px;
    padding: 3px;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 5px;
}

.front-back-button {
    font-weight: bold;
    border-radius: 16px;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(176, 176, 176);
    outline: none;
    border: 0px;
    width: 100px;
    height: 25px;
    padding: 3px;
    margin-right: 25px;
    margin-left: 5px;
}

.inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.label-margin{
    margin-right: 5px;
}

.footer {
    margin-top: 5px;
}
