body {
    
    height: 100vh;
}

textarea {
    min-height: fit-content;
}


.content {
    display: flex;
    text-align: left;
    margin-right: 15px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
    flex-direction: column;

    
}


.main-header {
    display: flex;
    background-color: rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    height: 100px;



}


.menu a {
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding: 3px;
    margin-left: 5px;



}

.menu img {
    height: 15px;
    
}

.logo img {
    margin-right: 10px;
    margin-top: 10px;
    height: 70px;
    margin-bottom: 10px;
    



}


.footer {
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.05);


}

.button-primary {
    background-color: #53af3b;


}

.txt-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.viewbutton {
    background-color: #53af3b;
    border: none;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}


.viewbuttonred {
    background-color: #b40f0f;
    border: none;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
  }