﻿body {
    background-color: #C6011F;
}

.circle {
    border-radius: 100%;
    width: 140px;
    height: 140px;
    cursor: pointer;
    margin-top: 55px;
}

.btn-grad {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%)
}

.btn-grad {
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #1E1E1E;
    display: block;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }


.circle-text {
    font-family: 'Arial Rounded MT';
    font-size: 26px;
    color: white;
}

    .circle-text:hover {
        font-size: 28px;
        text-shadow: 0 0 20px #b6ff00;
        transition: 0.3s;
    }

table > tbody > tr > td{
    text-align: center;
}

tbody{
    background-color: gainsboro
}

figure > img
{
    border-radius: 10px;
    background-color: aliceblue;
}