.container {
    margin: 0 5%;
    display: flex;
    height: 60px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 13px;
    font-weight: 400;
}
.container  img{
    width: 351px;
    margin-bottom: 3px;
}

#all-box {
display: flex;
width: 100%;
}

.nav
{
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 60px;
    margin-bottom: 2px;
    background-color: #EEEEEE;
}

.nav #search {
    width: 317px;
    height: 21px;
}

.box1
{
    background-color: #7EE5DA;
    display: flex;
    height: 76px;
    width: 37.5%;
    margin-right: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    
}

.box2
{
    background-color: #70CCC2;
    height: 76px;
    margin-right: 2px;
    display: flex;
    height: 76px;
    width: 19.5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box3
{
    background-color: #62B3AA;
    height: 76px;
    display: flex;
    height: 76px;
    width: 44%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.copyright {
    margin-top: 18px;
}

.kapsa input {
    margin-right: 9px;
}