body {
    background-color: #EEEEEE;
    line-height: 1.4;
    font-size: 16px;
    justify-content: center;
    text-align: center;
    font-family: 'Open Sans';
}

ol {
    text-align: center;
    list-style-position: inside;
}

/* Filters generated using https://codepen.io/sosuke/pen/Pjoqqp */

.car-door {
    width: 30vh;
    height: 30vh;
    margin-left: 10vh;
}

.icon {
    width: 100px;
    height: 100px;
}

.keyfob:hover {
    transform: scale(1.1);
}

.selected {
    filter: invert(68%) sepia(96%) saturate(4552%) hue-rotate(86deg) brightness(117%) contrast(121%);
}

.button-container {
    padding: 5px;
}

.button-icon,
.button-player {
    border-radius: 4px;
}

.button-delete {
    color: white;
    background-color: rgb(202, 60, 60);
}

.button-restore {
    background-color: rgb(220, 178, 52);
}

.button-icon {
    color:white;
    background-color: rgb(55, 127, 210)
}

.button-player {
    background-color: rgb(55, 127, 210);
    color: white;
}

#popup {
    margin-left: auto;
    margin-right: auto;
    max-width: 85vw;
    padding: 10px;
    background-color: #00EEEE;
}

#big-container {
    display : flex;
    justify-content: space-evenly;
}

#car-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}