.description {
    width: 50%;
    font-size: 26px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    color: black;

}

body {
    position: relative;
    font-weight: 700;
    background-image: url("../bck.jpg");
}

body::before {

    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    opacity: 0.2;
}

.img {
    float: center;
}

.wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.date {
    margin: 20px 0px;
}

form {
    padding: 100px;
    box-shadow: 16px 10px 14px -2px rgba(128, 128, 128, 0.75);
    -webkit-box-shadow: 16px 10px 14px -2px rgba(128, 128, 128, 0.75);
    -moz-box-shadow: 16px 10px 14px -2px rgba(128, 128, 128, 0.75);
    background-color: blanchedalmond;
    font-size: 20px;
    border-radius: 20px;
}

input[type="submit"] {
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
    background-color: #d7fad2;
    text-align: center;
    font-size: 18px;
}

input[type="reset"] {
    padding: 6px 11px;
    border-radius: 5px border: none;
    background-color: #d7fad2;
    text-align: center;
}

.navbar {
    padding: 20px;
    background-color: blanchedalmond !important;
    text-align: center;
    color: black;
}

.Naming {
    float: center;
    font-size: 26px;
    text-align: justify;
    width: 50%;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    font-weight: bolder;
}

.TwinTable {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    width: max-content;
    min-width: 100vw;
    white-space: pre;
    font-size: 20px;
    font-family: monospace;
    tab-size: 4;
    border-spacing: 0px;
    border-color: black;
    margin: 0px;
}

.tr {
    display: table-row;
    vertical-align: inherit;
    border-color: black;
}

.background {
    background-color: plum;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.headline {
    font-size: 22px;
    font-weight: bolder;
    width: 50%;
    font-family: 'Times New Roman', Times, serif;
}