@charset "UTF-8";

.unifrakturmaguntia-regular {
    font-family: "UnifrakturMaguntia", cursive;
    font-weight: 400;
    font-style: normal;
  }

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: GrenzeGotisch, script;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url('../../content/images/background/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    max-width: 100%;
}

.header, h1, h2, h3, h4, h5, h6 {
    text-align: center;
    color: #000000;
}

h2, h3, h4, h5, h6 {
    font-size: 2.5rem;
}

h1 {
    font-size: 4rem;
    line-height: 2.5rem;
}

.container, footer {
    font-family: "UnifrakturMaguntia", Georgia, 'Times New Roman', Times, serif;
    width: 52.5%;
    max-width: 2500px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

.extension-download {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    max-width: 50%;
    font-size: 1rem;
	padding: 1rem;
	border-radius: 2.5px;
	text-decoration: none;
	border: 1px solid rgb(0, 0, 0);
    margin: 0 auto;
}

video, img{
    display: block;
    float:center;
    clear:both;
    width:100%;
    height:auto;
    margin-top:1rem;
    margin-bottom:1rem;
    background-color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 2.5px;
}

#reviews-container {
    padding: 20px;
}

.extension-reviews-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.extension-review {
    padding: 15px;
    border: 1px solid #000000;
    border-radius: 2.5px;
}

.extension-review p:first-child {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.extension-review p:last-child {
    font-size: 14px;
    text-align: right;
}

footer {
    text-align: center;
    font-size: 0.75rem;
}
