﻿body {
    background-color: black;
    color: white;
}

.cyber_text_body {
    font-size: 24px;
}

.turn_heads {
    color:#a5a5a5;
    font-size: 30px;
}

.price_list_title {
    background:#a5a5a5;
    font-size: 32px;
    color:black;
}

.table_price td {
    padding:6px;
}

.div_bubble {
    border: 1px solid white;
    border-radius:12px;
    padding:18px;
}