* {
    box-sizing: border-box;
    background: #1A1B21;
    color: #FFFFFF;
    
    
}
.card {
    max-width: 500px;
    padding: 20px 20px;
    border: 5px solid darkslateblue;
    border-radius: 10px;
    margin: auto;
}
img {
    margin-left: 70px;
    width: 317px;
    height: 317px;
    border-radius: 10px;
    

}

#btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    

    
}
#btn > a {
    background: #FFFFFF;
    color: black;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
    
}

.info {
    text-align: center;
    font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 30px;
text-align: center;

color: #FFFFFF;
    
}
.info > h3 {
    color: #F3BF99;
}

@media screen and (max-width: 400px){
    img {
        margin-left: auto; 
        max-width: 100%;
        height: 317px;
        border-radius: 10px;
    }
}