main {
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#iwannabechangedsobaaad {background-position: center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover;}

article {
    width: 100%;
}

nav {
    align-content: center;
    align-items: center;
}

#column2 {
    columns: 2;
    max-width: 1200px;
    margin: auto;
    padding: 1.44rem;
    height: max-content;
}

#column2 figure {
    height: 100%;
    break-inside: avoid;
    padding: 0.4vw;
}

#title {
    align-content: center;
    text-align: center;
    color: white;
}
			@font-face {
				font-family: 'XBand';
				src: url("../assets/XBANDRough.ttf") format('truetype');
            }
.xband{
    font-family: "XBand", sans-serif;
}

#feather {
    width: max-content;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    animation: feather 12s ease-in-out infinite;
}

@keyframes feather {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

iframe {
    width: 100%;
    overflow: hidden;
    height: 325px;
    pointer-events: none;
    border-radius: 5px;
    border: 0px;
}