@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu.ttf') format('truetype');
}
.html-projects{
    font-family:'Ubuntu';
    background-color:#ccc;
    padding:20px;
}
.cards{
    display:flex;
    background-color:#fff;
    border-radius:10px;
    box-shadow:0 4px 8px rgba(0, 0, 0, 0.2);  
    width:auto;
}
.describe{
    font-family:'Ubuntu';
}
iframe{
    width:300px;
    height:534px;
    border-radius:10px;
}
@media(max-width:768px){
    .cards{
        display:block;
        width:calc(100%-10px);
    }
    iframe {
        width:calc(100%-10px);
        height:534px;
    }
}