html {
    background-color: #092E53;
    color: #C3CFFF;
    width: 100%;
    height: 100%;
    margin: 0px;
}

body {
    width: 100%;
    margin: 0px;
}

#container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

#header-and-text {
    height: 50%;
    overflow-y: scroll;
}

h1 {
    font-size: 5em;
    justify-content: center;
    display: flex;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    margin: 0px;
}

#tx-container {
    justify-content: left;
    display: flex;
    font-size: 3em;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    overflow-wrap: break-word;
    padding-left: 20px;
}

#click-msg {
    display: flex;
    justify-content: center;
    font-size: 2em;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    overflow-wrap: break-word;
}
#img-container {
    justify-content: center;
    display: flex;
    height: 50%;
    width: auto;
}
#img-container2 {
    justify-content: center;
    display: none;
    height: 50%;
    width: 100%;
}
#flex-container {
    height: 0%;
}
#settings {
    width: 20px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 0px;
}
#settings-menu {
    position: absolute;
    left:0px;
    width:50%;
    height:50%;
    display:none;
}

.image {
    position: absolute;
    height: inherit;
    width: inherit;
}

.small-icon {
    scale: 30%;
}

#canvas-container {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#tx {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}