body{
    margin:0;
    font-family: "Montserrat", serif;
    font-weight: 400;
}
.nav-container {
    width:100%;
    height:80px;
    background-color:#252c3e;
    display:flex;
}
.left-side{
    width: 80%;
    height: 100%;
    background-color: #3c4152;
    display: flex;
    justify-content: space-around;
}
.right-side{
    width:20%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color:#ffff;
}
.left-side div{
    color:#ffff;


    background-color: #373c4d;
    text-decoration: none;
    text-align:center;
    height: 100%;
    width:10%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}
.left-side div:hover{
    background-color: #303442;
    cursor: pointer;
}
.button-container input{
    text-decoration: none;

    border-bottom: 0 solid #D70040;
    font-size:25px;
    background-color:#252c3e;
    border:0;
    cursor: pointer;

}
.exit input{
    color:#D70040;
}
.username-container{
    font-size:15px;
}
.login input{
    color:#ffff !important;
}
table{
    border: 1px solid black;
    border-collapse: collapse;
    width:800px;
    text-align: center;
}
table td, table th{
    border: 1px solid black;

}
.id-column{
    width:5%;
}
table td {
    width: 20%;
}
.table-container{
    padding-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.tellimine-form-container{
    width:100%;
    height:620px;
    justify-content:center;
    align-items:center;
    display:flex;
}
.tellimine-form-container form {
    width:15%;
    display: flex;
    flex-direction: column;
}
.tellimine-form-container form label{
    padding-bottom: 15px;
}
.tellimine-form-container form input{
    margin-bottom:10px;
}
.valminud-container{
    width:100%;
    justify-content: center;
    align-items:center;
    display:flex;
    flex-direction: column;
}
.main-page-container{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}
a{
    text-decoration: none;
    color:#ffff;
}
.description-container{
    width:50%;
}