@font-face {
    font-family: "NotoNastaliq";
    src: url("./fonts/NotoNastaliqUrdu-VariableFont_wght.ttf");
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.section {
    margin-bottom: 20px;
    width: 80%;
}

textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.scrollable {
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 0px;
    background-color: #fff;
}

.dark-mode {
    background-color: #333;
    color: #fff;
}

.scrollable p {
    display: inline-block;
    margin: 0;
    padding: 10px;
}

.colorful-line:nth-child(1n) { background-color: #ddf2ba; color:#5e14a0;}
.colorful-line:nth-child(2n) { background-color: #ffd8eb; color:#004002;}
.colorful-line:nth-child(3n) { background-color: #fef5d7; color:#042580 ;}
.colorful-line:nth-child(4n) { background-color: #ffe0e0; color:#0b3b31 ;}
.colorful-line:nth-child(5n) { background-color: #bff5ff; color:#460c02 ;}
.colorful-line:nth-child(6n) { background-color: #f2e6f2; color:#453e02 ;}
.colorful-line:nth-child(7n) { background-color: #dcfffd; color:#a70633;}

.dark-mode .colorful-line:nth-child(1n) { background-color: #432c5f; color: #99d874; }
.dark-mode .colorful-line:nth-child(2n) { background-color: #154433; color: #f7bafd; }
.dark-mode .colorful-line:nth-child(3n) { background-color: #172048; color: #fed399; }
.dark-mode .colorful-line:nth-child(4n) { background-color: #17393b; color: #ffc7c8; }
.dark-mode .colorful-line:nth-child(5n) { background-color: #57291d; color: #bbeef9; }
.dark-mode .colorful-line:nth-child(6n) { background-color: #253326; color: #b5b6fd; }
.dark-mode .colorful-line:nth-child(7n) { background-color: #3d1b1a; color: #7afbcc; }

.inputWrapper{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

select, input{
    height: 30px;
    font-weight: 700;
}

.button{
    text-decoration: none;
    color: rgb(15, 14, 121);
    background-color: #eee;
    padding: 10px 20px;
    border: 2px dotted #333;
    border-radius: 3px;
}

.button:hover{
    background-color: #e7f5c2;
}
.button:active{
    background-color: #f5c2da;
}

#exampleTexts{
    align-self: baseline;
    margin-top: 50px;
}

.example-link{
    text-decoration: none;
    border: 1px dashed #9b3585;
    border-radius: 7px;
    padding: 10px;
    background-color:#ffe7fa;
    font-family: "NotoNastaliq";
    margin-bottom: 10px;

}
.example-link a{
    font-weight: bold;
    font-size: 18px;
    color: #1b007c ;
}

.example-link p{
    margin-top: 7px;
}
