body {
    background-color: #ffffff;

}

h1 {
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    background: #333333;
}
p {
    padding: 20px;
    padding-top: 1px;
    text-align: left;
}

footer {
    background: #444;
    /*color: #ffffff;*/
    text-align: center;
    /*font-size: 16px;*/
    padding-top: 10px;
    padding-bottom: 5px;

    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer #list a{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 0.5px solid;
}



.space {
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 419px){
    [class*="card-"]{
        width: 305px;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: gray;
        border-radius: 10px;
        color: white;
        position: relative;
    }
}

@media screen and (max-width: 559px) and (min-width: 420px) {
    [class*="card-"]{
        width: 400px;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: gray;
        border-radius: 10px;
        color: white;
        position: relative;
    }
}

@media screen and (min-width:560px) {
    [class*="card-"]{
        width: 545px;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: gray;
        border-radius: 10px;
        color: white;
        position: relative;
    }
}
[class*="card-"] a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    top: 1;
    left: 0;


}


.wrap {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
