@font-face {
    font-family: VALORANT;
    src: url('./fonts/Valorant\ Font.ttf');
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    border-image-width: 0;
}

body {
    background-image: url("Bilder/Background.jpg");
    margin-top: 0;
    padding-top: 0;
    border: none;
    margin-left: 200px;
    margin-right: 200px;
}

header {
    background-color: #B9B9B9;
    margin-top: 0;
    padding-left: 0;
    height: 150px;
    
}

.titel {
    text-align: center;

}

h1{
    margin-top: 0;
    text-align: center;
    font-size: 100px;
    font-family:VALORANT;
    font-weight: lighter;
    padding-top: 30px;
}

h2{
    margin-top: 0;
    font-size: 75px;
    font-family:VALORANT;
    font-weight: lighter;
    padding-top: 20px;
}

nav,nav a, nav a:visited, nav a:active {
    font-family: VALORANT;
    background-color: #344558;
    font-size: 30px;
    color: white;
    font-weight: lighter;
    height: 50px;
    text-decoration: none;
}

nav a  :hover {
    text-decoration: underline;

}


.navigation-titles {
    display: block;
    padding-top: 10px;
    word-spacing: 42px;
    text-align: center;
}
.navigation-titles a:hover {
    text-decoration: underline;
}
.Home {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    border: none;
}

.top {
    margin-top: 50px;
}

.Info {
    font-size: 25px;
    font-family: sans-serif;
    background-color: #2C274F;
    color: white;
    padding: 8px;
}

h3 {
    margin-top: 10px;
    font-size: 50px;
    font-family:VALORANT;
    font-weight: lighter;
    padding-top: 20px;
}

.minimap {
    display: block;
    margin: 0 auto;
    border: none;
}

.Comps {
    margin-top: 50px;
    padding-bottom: 20px;
    border: none;
    padding: none;
    display: flex;
}

.Maps-Sites {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

.agents {
    margin-right: 35px;
}

.fracture-home {
    position: absolute;
  bottom: -5px;
  left: 5px;
  color: #FF4654;
  font-size: 50px;
  font-family: VALORANT;

}

.container {
    position: relative;
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 25px;
    column-gap: 30px;
}

.grid-item{
    grid-template-columns: auto;
    grid-template-rows: auto;
}

.ranks {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.personal {
    font-size: 25px;
    font-family: sans-serif;
    background-color: #2C274F;
    color: white;
    padding: 8px;
    margin-top: 25px;
}

.sova {
    display:block;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    margin-top: 25px;
}

footer {
    color: white;
}