body {
    background-color: #000000;
    margin: 0;
}

.titlewhile {
    color: #ffffff;
}

h1 {
    color: #ffffff;
}

p {
    color: #ffffff;
    margin: 0;
}

.divi {
    background-color: #494949;
    display: flex; 
    overflow-x: auto;
    border-: 2px solid white;
    box-shadow: inset 0px 0px 10px 4px yellow, 0px 0px 15px 4px yellow;
    border-radius: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .divi {
        flex-direction: row;
    }
}
