@font-face {
    font-family: "Rubik";
    src: url(./font/Rubik-VariableFont_wght.woff2);
}
article{
    height: auto;
    width: 25rem;
    font-family: 'Rubik';
    display: flex;
    flex-direction: column;
    border-radius: 2rem;
    background-color:beige
    }
    span{
    font-size: larger;
    font-weight: bold;
    margin-bottom: 2rem;
    }

    div {
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
    }
    img{
        border-radius: 1rem;
        order: -1;
        margin-top: 0rem
    }
    button{
        height: 2rem;
        width: 8rem;
        margin-bottom: 1.5rem;
    border-radius: 2rem;
    background-color: black;
    color: rgb(255, 255, 255);
}
