body{ background-color: #2e4150; } .card-title{ color: black; text-decoration: none; } .textlinkBut{ color: white; text-decoration: none; } .textlinkButMy{ color: white; text-decoration: none; } .card{ width: 18rem; /* margin:0 !important; */ padding:0 !important; } .btn1{ background-color: #0d6efd; } .btn11{ background-color: #0d6efd; width: 30px; } .btn2{ color: red; width: 30rem; } @media (max-width: 325px) { .card{ width: 100%; } } .button_search { background-color: #385a80 !important; color: white !important; font-weight: bold; border: none; } .button_add_game { background-color: #385a80 !important; color: white !important; font-weight: bold !important; border: none !important; border-radius: 3px; } .table_of_main_page { border-collapse: separate; } @media (max-width: 420px) { .table_of_main_page { border-spacing: 0 0; } } @media (min-width: 420px) { .table_of_main_page { border-spacing: 0 0.5vw; } } .cell1_main_page { width: 20% !important; } .cell2_main_page { width: 50% !important; } .cell3_main_page{ width: 80% !important; } .name_of_game_main_page { color: white; font-size: 3vw !important; margin-left: 1vw !important; } .price_of_game_main_page { color: white; font-size: 0.7vw !important; margin-left: 1vw !important; font-weight: 600 !important; margin-bottom: 0; margin-top: -3px; } .genre_of_game_main_page { color: white; font-size: 1.8vw !important; margin-left: 0 !important; font-style: italic; } .btn_for_game_main_page { border: none; /* size: 0.5rem; */ background-color: #385a80 !important; color: white; font-size: calc(1vh + 0.5vw) !important; margin-right: 0.3rem; border-radius: 3px; } @media (min-width: 600px) { .btn_for_game_main_page { margin-bottom: 10%; } } @media (max-width: 600px) { .btn_for_game_main_page { margin-bottom: 0; } }