.card {
    border: 5px solid black;
    border-radius: 20px;
}

.card div:first-of-type {
    border-top: 4px solid black;
}

body {
    background-color: #1B262C;
    padding-bottom: 150px;
}