@font-face {
    font-family: "Tanha";
    src: url('../font/Tanha.eot');
    src: url('../font/Tanha.eot?#iefix') format('embedded-opentype'),
        url('../font/Tanha.woff') format('woff'),
        url('../font/Tanha.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url('../font/Quicksand.ttf') format('truetype');
    font-weight: normal;
}

body {
    font-family: "Tanha";
}

.container {
    margin: auto;
}

.item-box {
    border-radius: 15px;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(158, 134, 25);
    margin: auto;
    width: 75%;
    padding: 10px;
}

.item-baby {
    border-radius: 30px;
    background-color: rgb(119, 101, 20);
    margin: auto;
    width: 75%;
    padding: 10px;
}

.title-box {
    color: rgb(255, 255, 255);
    font-size: 25px;
}

.des-box {
    color: rgb(221, 221, 221);
    size: 15px;
}

.input-box {
    direction: ltr;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid rgb(158, 134, 25);
    background-color: rgb(87, 73, 10);
    margin: auto;
    width: 25%;
    color: white;
    font-family: "Quicksand";
}

.english {
    direction: ltr;
    font-family: "Quicksand";
}

.color {
    color: white;
}

.btn {
    display: inline-block;
    border-radius: 20px;
}

.btn-item {
    background-color: rgb(119, 101, 20);
    margin-top: 7px;
    color: white;
    border-radius: 20px;
}

.btn-item:hover {
    background-color: rgb(92, 78, 16);
    margin-top: 7px;
    color: white;
}

.btn-item:active {
    background-color: rgb(73, 62, 14);
    margin-top: 7px;
    color: white;
}

.btn-item:visited {
    color: white;
}