html {
    scroll-behavior: smooth;
}

.mylogo {
    width: 200px;
}

.menusvg {
    margin-left: 5px;
}

.min-h-\[300px\] {
    min-height: 150px;
}

.bg-accent {
    background-color: #e56f26;
}

.dp {
    font-size: 14px;
    text-align: justify;
}

.text-orange-500 {
    color: #e56f26 !important;
}

.mydesc {
    font-size: 12px;
}

.myhead {
    font-size: 20px !important;
    margin-bottom: 5px;
}

.myhead a {
    color: #1d4ed7 !important;
}

.bg-background-2 {
    background-color: #e7e7e7;
}

.bg-green {
    background-color: #388E3C;
}

.myjustify {
    text-align: justify;
}

.myliststyle {
    list-style: inside;
}

#courses{
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-gray{
    background-color: gray;
}

.radius-20{
    border-radius: 20px;
}

.nazarfaragiran{
    border-radius: 20px;
}

.bg-learning {
    background-image: url(../images/scratch.jpg);
}