body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-height:100vh; /* Ensure the body takes at least the full height of the viewport */
    display: flex;
    flex-direction: column;
}

h5 {
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #8305d3;
    color: white;
    padding: 3vh 0 2vh !important;
    margin: 0;
    font-weight: bold;
}

.btn {
    border-style: solid;
    border-width: 1px;
    border-color: #8305d3;
    padding: 0 !important;
    margin: 0 !important;
}

.btn image {
    height: 100% !important;
    width: 100% !important;
}

.textsection {
    margin: 0.5vw 0.5vh;
}

.content {
    flex-grow: 1;
    /*height: 58vh !important;*/
}
