*,
*::before,
*::after {
    font-family: 'Times New Roman', Times, Arial, serif sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    color: #e8e8e8;
}

body {
    width: 100%;
    background-color: #212121;

    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    text-rendering: optimizeSpeed;
    min-height: 100vh;
    scroll-behavior: smooth;
}
body,
html {
    padding: 0;
    height: 100%;
    margin: 0;
}
header{
    background-color: #212121;
    height: auto;
    text-align: center;
    display: flex;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-bottom: #787878 1px solid;
}
footer{
    background-color: #212121;
    height: 70px;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 20px;
    border-top: 1px solid #787878;
}

img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    display: flex;
    border: #424242 1px solid;
    margin: 0 auto;
    border-radius: 20px;
}


h1{
    font-size:2rem;
    font-weight:900;
    line-height:2.5rem;
    margin-bottom:1rem
}
h2{
    font-size:1.8rem;
    font-weight:900;
    line-height:2.3rem;
    margin-bottom:1rem
}

h3{
    font-size:1.6rem;
    font-weight:900;
    line-height:2.1rem;
    margin-bottom:14px
}
h4{
    font-size:1.4rem;
    font-weight:900;
    line-height:1.9rem;
    margin-bottom:1rem
}
h5{
    font-size:1.2rem;
    font-weight:900;
    line-height:1.7rem;
    margin-bottom:1rem
}
h6{
    font-size:1rem;
    font-weight:900;
    line-height:1.5rem;
    margin-bottom:1rem
}
p{

    font-size:18px;
    line-height:140%;
    font-weight:400;
    margin-top:1rem
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

ul, ol, li {
    text-align: left;
}

ol,ul{
    font-size:18px;
    line-height:140%;
    font-weight:400;
    padding-left:25px;
    margin-top:1rem
}
.svensk-body{
    max-width: 1200px;
    background-color: #212121;
    display: block;
    align-content: center;
    margin: 0 auto;
    text-align: center;
}
.svensk-table {
    border: 3px solid #f3f3f6;
    background-color: #212121;
    border-radius: 15px;
    padding: 5px;
    display:inline-flex;
    max-width: 1000px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.svensk-table tr td {
    border: 3px solid #f3f3f6;
    background-color: #212121;
    border-radius: 15px;
    padding: 5px;
}


.link-casino{
    text-decoration: none;

}

.btn-casino:hover{
    border: 0;
    border-radius: 20px;
    background-color: #3959d9;
}


.svensk-navigation {
    margin-left: 30px;
}
.svensk-content {
    margin: 0 30px 0 30px;
    word-wrap: break-word;

}
.svensk-bunner{
    margin-left: 30px;
    margin-right: 30px;
}
.svensk-bunner img{
    border-radius: 15px;
}

.allcard{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    flex-wrap: wrap;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    margin: 10px;
    background-color: #313131;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    color: #e8e8e8;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 2;

}

.content img {
    height: 120px;
    width: 200px;

}

.content .heading {
    font-weight: 700;
    font-size: 32px;
}

.content .para {
    line-height: 1.5;
}

.content .btn {
    color: #e8e8e8;
    text-decoration: none;
    padding: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}



.card:hover .btn {
    color: #4d4b4b;
    background: #e8e8e8;
}

.content .btn:hover {
    outline: 2px solid #e8e8e8;
    background: transparent;
    color: #e8e8e8;
}

.content .btn:active {
    box-shadow: none;
}

.mail p {
    margin: 10px;

}
