

body {
    background-color: rgb(31, 29, 29);
    background-repeat: repeat;
    background-size:auto;
    font-family: 'Doto', monospace;
}

p {
    color: white;
    font-size: large;
    font-weight: bold;
    text-shadow: 1px 1px black;
    text-align: center;
}

button {
    font-family: 'Doto', monospace;
    color: white;
    font-size: large;
    font-weight: bold;
    text-shadow: 1px 1px black;
    text-align: center;
}

span {
    color: white;
    font-size: large;
    font-weight: bold;
    text-shadow: 1px 1px black;
    text-align: center;
}

h1 {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px black;
    text-align: center;
}

h2 {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px black;
    text-align: center;
}

h3 {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px black;
    text-align: center;
}

img {
    height: 31px;
    width: 88px;
    margin-right: 8px;
    margin-bottom: 8px;
}

a {
    color: white;
    text-decoration: none;
}

hr {
    border: 1px dotted;
    color: white;
}

.buttons {
    text-align: center;
}

.contents {
    position: relative;
    background-color: black;
    margin:auto;
    width: 800px;
    height: 1200x;
    border: solid;
    border-color: white;
    border-radius: 10px;
    z-index: 1;
}

.container {
    background-color: rgb(15, 15, 15);
    width: 360px;
    height: 170px;
    border: solid;
    border-color: white;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease;
}

.section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.container:hover {
    background-color: rgb(25, 25, 25);
    transform: translateY(-2px);
}

.display-table {
    display:grid;
}

.container-tag {
    background-color: black;
    color: white;
    border: 1px solid white;
    border-radius: 2px;
    font-size: 16px;
    cursor: default;
    font-weight: bold;
    transition: all 0.3s ease;
    margin-left: 6px;
    margin-right: 6px;
    padding: 8px 16px;
    display: inline block;
}

.container-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-top {
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.footer-button {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    text-shadow: 1px 1px black;
    text-align: center;
    background-color: black;
    border: none;
    color: white;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.footer-button:hover {
    transform: translateY(-2px);
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.wrapper {
    position: relative;
}

.container-tag:hover {
    background-color: white;
    color: black;
    border-color: black;
}
