body {
        font-family: Arial, sans-serif;
    }

.underline {
            color: black;
            text-decoration: underline;
            text-decoration-color: #b4b4b4;
            transition: text-decoration-color 0.3s;
            
        }
        footer span:last-child {
            float: right;
            text-align: right;
        }
        .arrow {
            font-size: 1.0em;
        }
        .underline {
            color: black;
            text-decoration: underline;
            text-decoration-color: #b4b4b4;
            transition: text-decoration-color 0.3s;
        }
        
        .underline:hover {
            text-decoration-color: black;
        }
.center {

    text-align: center;
    padding-top: 24.5px;
}
    
.left {
float: left;
text-align: left;
margin-left: 3px;
z-index:5;
margin-top: 6px;
}

.center {

    text-align: center;
    padding-top: 0px;
margin:0px;

}
    
.label-new {
            position: relative;
            display: inline-block;
            margin-left: -10px;
            padding: 5px;
            background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cline%20x1%3D%22200%22%20y1%3D%22300%22%20x2%3D%22000%22%20y2%3D%22300%22%20stroke%3D%22blue%22%20stroke-width%3D%2260%22%2F%3E%3Cline%20x1%3D%2287%22%20y1%3D%2287%22%20x2%3D%22230%22%20y2%3D%22230%22%20stroke%3D%22blue%22%20stroke-width%3D%2230%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%22200%22%20x2%3D%22300%22%20y2%3D%22000%22%20stroke%3D%22blue%22%20stroke-width%3D%2260%22%2F%3E%3C%2Fsvg%3E');
            background-size: cover;
            height: 0.7px;
            width: 0.7px;
            margin-right: 10px;
            top: -10px;
            left: 12px;
        }