﻿span.splide__play-pause {
    padding: 5px;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}
.splide__arrow, .splide__pagination__page:focus {
    outline: 2px solid red;
}
.titleSize{
    font-size: 17px;
    background-color: rgba(239, 240, 240, 0.88);
    max-width: 330px; 
    min-height:115px;
    padding: 26px 26px 20px;
}
.cookielink {
    text-align: center;
    color: white;
    z-index: 100;
    padding:20px;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 35%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: fit-content;
    margin: 5%;
}
.cookielink a:hover{
    color:white;
    text-decoration: revert;
}
.cookielink a{
    color:white;
    text-decoration: revert;
}