html {
    font-size: 20px;
    font-family: Comfortaa, ui-rounded, 'Hiragino Maru Gothic ProN',
    Quicksand, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold',
    Calibri, source-sans-pro, sans-serif;
}

body {
    height: 100vh;
    min-height: 1000px;
    background-image: linear-gradient(#F163D9, #A125CD);
    background-attachment: fixed;
}

@media screen and (max-width: 670px) {

    #top-nav {
            display: flex;
            justify-content: space-around;
            flex-direction: column;
            gap: 5px;
            text-align: center;
            padding: 3%;
            width: 100%;

            a{
                transition: transform 0.2s ease;
                padding: .5rem;
                background-color: #FFFFFE;
                color: black;
                border-radius: 15px;
                text-decoration: none;
                box-shadow: 0 .2rem .5rem rgb(0 0 0/ .2);
            }
        }
        
    #top-nav a:hover{
            transform: scale(1.04);
        }
    
    #main-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #wrapper {
        background-color: #FFFFFE;
        width: 85%;
        border-radius: 1rem;
        padding-top: .5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 2rem;
    
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }
    
    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .header-line {
        border: 5px solid #F163D9;
        border-radius: 3px;
    }
    
    p {
        margin: 0%;
    }
    
    .inner {
        display: flex;
        flex-direction: column;
        border-bottom: 3px dashed #F163D9;
        align-items: center;
    }
    
    .prices {
        width: 85%;
        padding-bottom: 1rem;
    }

    img {
        max-width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 10px;
    }

    #pic {
        transition: transform 0.2s ease;
        height: auto;
    }
    
    #pic:hover {
        transform: scale(1.04);
    }

    #footer {

        display: flex;
        justify-content: center;
        align-items: center;

        a {
            transition: transform 0.2s ease;
            padding: 8px;
            text-decoration: none;
            width: 2.5em;
        }
    }

    #footer a:hover{
        transform: scale(1.04);
    }

    #footer-img {
        fill: #FFFFFE;
    }

}

@media screen and (min-width: 671px) {
    #main-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    #top-nav {
        display: flex;
        justify-content: space-around;
        gap: 20px;
        text-align: center;
        padding: 1rem 1rem 1rem 1rem;
        margin-top: 2rem;
        max-width: 900px;
        width: 100%;
    
        a {
        transition: transform 0.2s ease;
        flex-grow: 1;
        padding: .5rem;
        vertical-align: center;
        background-color: #FFFFFE;
        color: black;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 .2rem .5rem rgb(0 0 0/ .2);
        }
    }
    
    #top-nav a:hover {
        transform: scale(1.04);
    }
    
    #wrapper {
        background-color: #FFFFFE;
        width: 90%;
        border-radius: 1rem;
        padding-top: .5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 2rem;
    
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }
    
    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .header-line {
        border: 5px solid #F163D9;
        border-radius: 3px;
    }
    
    p {
        margin: 0%;
    }
    
    .inner {
        display: flex;
        flex-direction: column;
        border-bottom: 3px dashed #F163D9;
        align-items: center;
    }
    
    .prices {
        width: 450px;
    }
    
    #busts {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 2rem;
    }

    img {
        width: 400px;

    }
    
    #pic {
        transition: transform 0.2s ease;
        height: auto;
    }
    
    #pic:hover {
        transform: scale(1.04);
    }
    
    #footer {
        display: flex;
        justify-content: center;
        align-items: center;
    
        a {
            transition: transform 0.2s ease;
            padding: 8px;
            text-decoration: none;
            width: 2.5em;
        }
    }
    
    #footer a:hover{
        transform: scale(1.04);
    }
    
    #footer-img {
        fill: #FFFFFE;
    }
}

@media screen and (min-width: 780px) {
    #main-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    #top-nav {
        display: flex;
        justify-content: space-around;
        gap: 20px;
        text-align: center;
        padding: 1rem 1rem 1rem 1rem;
        margin-top: 2rem;
        max-width: 900px;
        width: 100%;
    
        a {
        transition: transform 0.2s ease;
        flex-grow: 1;
        padding: .5rem;
        vertical-align: center;
        background-color: #FFFFFE;
        color: black;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 .2rem .5rem rgb(0 0 0/ .2);
        }
    }
    
    #top-nav a:hover {
        transform: scale(1.04);
    }
    
    #wrapper {
        background-color: #FFFFFE;
        width: 90%;
        border-radius: 1rem;
        padding-top: .5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 2rem;
    
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }
    
    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .header-line {
        border: 5px solid #F163D9;
        border-radius: 3px;
    }
    
    p {
        margin: 0%;
    }
    
    .inner {
        display: flex;
        flex-direction: column;
        border-bottom: 3px dashed #F163D9;
        align-items: center;
    }
    
    .prices {
        width: 450px;
    }
    
    #busts {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        margin: 2rem;
    }

    img {
        max-width: 100%;
        width: auto;

    }
    
    #pic {
        transition: transform 0.2s ease;
        height: auto;
    }
    
    #pic:hover {
        transform: scale(1.04);
    }
    
    #footer {
        display: flex;
        justify-content: center;
        align-items: center;
    
        a {
            transition: transform 0.2s ease;
            padding: 8px;
            text-decoration: none;
            width: 2.5em;
        }
    }
    
    #footer a:hover{
        transform: scale(1.04);
    }
    
    #footer-img {
        fill: #FFFFFE;
    }
}

@media screen and (min-width: 900px) {
    #main-wrapper {
        display: flex;
        align-items: center;
    }

    #top-nav {
        display: flex;
        justify-content: space-around;
        gap: 20px;
        text-align: center;
        padding: 1rem 1rem 1rem 1rem;
        margin-top: 2rem;
        max-width: 900px;
        width: 100%;

        a {
        transition: transform 0.2s ease;
        flex-grow: 1;
        padding: .5rem;
        vertical-align: center;
        background-color: #FFFFFE;
        color: black;
        border-radius: 15px;
        text-decoration: none;
        box-shadow: 0 .2rem .5rem rgb(0 0 0/ .2);
        }
    }

    #top-nav a:hover {
        transform: scale(1.04);
    }

    #wrapper {
        background-color: #FFFFFE;
        width: 90%;
        max-width: 1500px;
        border-radius: 1rem;
        padding-top: .5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 2rem;

        display: flex;
        justify-content: space-between;

    }

    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header-line {
        border: 5px solid #F163D9;
        border-radius: 3px;
    }

    p {
        margin: 0%;
    }

    .inner {
        display: flex;
        flex-direction: row;
        border-bottom: 3px dashed #F163D9;
        justify-content: space-between;
    }

    .prices {
        text-align: start;
        align-self: baseline;
        width: 280px;
    }

    

    #busts {
        max-width: 800px;
        height: auto;
        gap: 1rem;
        margin: 2rem;
        display: flex;
        flex-direction: row;
    }

    img {
        max-width: 100%;
        height: auto;
        max-height: 700px;
    }

    #pic {
        transition: transform 0.2s ease;
    }

    #pic:hover {
        transform: scale(1.04);
    }

    #footer {
        display: flex;
        justify-content: center;
        align-items: center;

        a {
            transition: transform 0.2s ease;
            padding: 8px;
            text-decoration: none;
            width: 2.5em;
        }
    }

    #footer a:hover{
        transform: scale(1.04);
    }

    #footer-img {
        fill: #FFFFFE;
    }
}

.test {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
