* {
    box-sizing: border-box;
}

    html {
        font-size: 62.5%;
    }

    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url('../img/back.jpeg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0;
        height: 100vh;
        width: 100vw;
        background-color: black;
        color: white;
    }

    main {
        height: 640px;
        width: 19%;
        margin-top: 11%;
        margin-left: 1.5%;
        text-align: center;
        font-size: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top {
        width: 100%;
        height: 80%;
        font-size: 2rem;

    }

    .top div {
        padding-top: 3%;
    }

    h1 {
        margin-bottom: 0%;
        margin-top: 0%;
        text-align: center;
        font-size: 5rem;
    }

    input {
        width: 190px;
        height: 30px;
        font-size: 1.5rem;
        border-radius: 5px;
        padding-left: 2%;
        border: none;
        margin-bottom: 1%;
    }

    .input {
        width: 100%;
    }

    button {
        width: 49px;
        height: 48px;
        font-size: 2rem;
        border-radius: 15px;
        margin-top: 3%;
    }

    #play,
    #stop {
        font-size: 4rem;
        border-radius: 20px;
        padding-left: 0.5%;
    }

    #stop {
        font-size: 4rem;
        padding-left: 1.3%;
    }

    h3,
    p {
        font-size: 2rem;
    }

    .sound {
        width: 100%;

    }

    .search {
        display: flex;
        justify-content: center;
    }

    .search button {
        width: 90px;
        height: 30px;
        border-radius: 5px;
        border: none;
        background-color: white;
        padding-left: 2%;
    }

    .input #verse {
        margin-left: 19px;
    }

    .quran {
        border: 3px solid;
        height: 70%;
        width: 80%;
        margin: 1% auto;
        padding: 2%;
        border-radius: 15px;
        background-color: blanchedalmond;
        color: black;
        font-size: 1rem;
    }


@media (max-width: 1440px) {
    html {
        font-size: 58%;
    }

    main {
        height: 500px;
        width: 27%;
        margin-top: 13.5%;
    }

    .quran {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 70%;
        width: 80%;
        margin-bottom: 0%;

    }

    .quran h3 {
        margin: 0%;
        margin-bottom: 1%;
        font-size: 1.9rem;
    }

    .quran p {
        margin: 0%;
        font-size: 1.9rem;
    }

    .top div {
        padding-top: 0%;
    }

    .top {
        height: 73%;
    }

    .sound {
        margin-top: 0%;
    }

    .search button {
        width: 60px;
        height: 20px;
        border-radius: 5px;
        border: none;
        background-color: white;
        padding-left: 2%;
        font-size: 1.5rem;
        margin-top: 1%;
    }

    #play {
        padding-left: 4px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 48%;
    }

    main {
        width: 31%;
        height: 430px;
        margin-top: 17.5%;
    }

    .top {
        font-size: 1.5rem;
    }

    input {
        width: 140px;
        height: 25px;
        font-size: 1.6rem;
        margin-bottom: 0%;
    }

    input::placeholder {
        font-size: 1.3rem;
    }

    h1 {
        font-size: 3.5rem;
    }

    #play,
    #stop {
        font-size: 3.5rem;
    }

    .quran {
        width: 90%;
        height: 65%;
        font-size: 2rem;
    }

    .search button {
        width: 60px;
        height: 20px;
        border-radius: 5px;
        border: none;
        background-color: white;
        padding-left: 2%;
        font-size: 1.5rem;
        margin-top: 0%;
    }

}

@media (max-width: 768px) {
    html {
        font-size: 48%;
    }

    main {
        width: 41%;
        height: 440px;
        margin-top: 22.5%;
    }

    .top {
        font-size: 1.5rem;
    }

    input {
        width: 140px;
        height: 25px;
        font-size: 1.6rem;
        margin-bottom: 0%;
    }

    input::placeholder {
        font-size: 1.3rem;
    }

    h1 {
        font-size: 3.5rem;
    }

    #play,
    #stop {
        font-size: 3.5rem;
    }

    .quran {
        width: 90%;
        height: 65%;
        font-size: 2rem;
    }

    .search button {
        width: 60px;
        height: 20px;
        border-radius: 5px;
        border: none;
        background-color: white;
        padding-left: 2%;
        font-size: 1.5rem;
        margin-top: 0%;
    }

}

@media (max-width: 480px) {
    html {
        font-size: 44%;
    }

    main {
        width: 54%;
        height: 360px;
        margin-top: 45.5%;
        margin-left: 4%;
    }

    .top {
        font-size: 1.5rem;
    }

    input {
        width: 140px;
        height: 25px;
        font-size: 1.6rem;
        margin-bottom: 0%;
    }

    input::placeholder {
        font-size: 1.3rem;
    }

    h1 {
        font-size: 3.5rem;
    }

    #play,
    #stop {
        font-size: 2.5rem;
        width: 25px;
        height: 25px;
    }

    .quran {
        width: 90%;
        height: 73%;
        font-size: 2rem;
    }

    .search button {
        width: 60px;
        height: 20px;
        border-radius: 5px;
        border: none;
        background-color: white;
        padding-left: 2%;
        font-size: 1.5rem;
        margin-top: 0%;
    }

    .sound {
        margin-top: 4%;
        height: 30px;
    }
}
