body {
    margin: 0;
}

.home-body {
    background-color: #4d4d4d;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 1em;
    border-radius: 5px;
    /* 5px rounded corners */
    background-color: #676767;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: "Neuton", serif;
    font-weight: 700;
    font-style: normal;
    color: #e6e6e6;
}

p {
    color: #e6e6e6;
    font-family: "Neuton", serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    color: #e6e6e6;
    font-family: "Neuton", serif;
    font-weight: 400;
    font-style: normal;
}


.body-class {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5em;
    margin-bottom: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 2em;
}

.glass {
    background-color: rgba(107, 96, 96, 0.375);
    border-radius: 5px;
}

.neuton-extralight {
    font-family: "Neuton", serif;
    font-weight: 200;
    font-style: normal;
}

.neuton-light {
    font-family: "Neuton", serif;
    font-weight: 300;
    font-style: normal;
}

.neuton-regular {
    font-family: "Neuton", serif;
    font-weight: 400;
    font-style: normal;
}

.neuton-bold {
    font-family: "Neuton", serif;
    font-weight: 700;
    font-style: normal;
}

.neuton-extrabold {
    font-family: "Neuton", serif;
    font-weight: 800;
    font-style: normal;
}

.neuton-regular-italic {
    font-family: "Neuton", serif;
    font-weight: 400;
    font-style: italic;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.centered {
    text-align: center;
}


.shadowed {
    display: block;
    /* Gör bilden till ett blockelement */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    /* Skapa en skugga med angivna värden */
}



div.scrollmenu {
    position: fixed;
    top: 0;
    z-index: 1;
    background-color: #4d4d4d;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 8px;
    background: #04AA6D;
    width: 0%;
}

.img-container {
    width: 25em;
    /* fixed width */
    height: 20em;
    /* fixed height */
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* cover, contain, fill, none, scale-down */
}

.movedown {
    margin-top: 20pxpx;
    /* Adjust the margin-top value to move the heading down */
}

.background-image {
    margin: 5em 0 0 0;
    background-image: url(./skysports-jhon-duran-aston-villa_6490690.jpg);

    background-size: cover;
    /* This will stretch the image to cover the entire screen */
    background-repeat: no-repeat;
    /* This prevents the image from repeating */
}

/* Example media query for smaller screens */
@media screen and (max-width: 600px) {

    /* CSS rules for smaller screens */
    .body-class {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 1em;
        margin-bottom: 1em;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .background-image {
        background-size: cover;
    }
}

.flex {
    display: flex;
}

.square {
    height: 18, 5em;
    width: 30em;
}

.background {
    position: fixed;
    top: 0;
    z-index: -1;
    background-image: url(221216085914-07-world-cup-memorable-moments.jpg);
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    background-position: center 7%;
}

body {
    background-size: contain;
    background-repeat: no-repeat;
    /* This ensures that the background image covers the entire body */
    background-position: center;
    /* This centers the background image */
    /* You can add additional background properties like repeat, attachment, etc., as needed */
}

.background-2 {
    position: fixed;
    top: 0;
    z-index: -1;
    background-image: url(skysports-jhon-duran-aston-villa_6490690.jpg);
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    background-position: center 7%;
}

.scores {
    width: 60%;
}
.black-text {
    color: rgb(255, 255, 255); /* Change 'red' to any valid color value (e.g., hex, RGB, color name) */
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}