* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, serif;
    background-color: #002147;
}

.card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 336px;
    height: 192px;
    border: 3px solid #000;
    background-color: #fff;
}

.name {
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.desc {
    font-size: small;
}

.sub-desc {
    margin-top: 5px;
    font-size: x-small;
}
