@font-face {
  font-family: BebasNeue;
  src: url("BebasNeue.ttf");
}

*{
    color: white;
    text-align: center;
    font-family: "BebasNeue.ttf", sans-serif;
}

html, body {
  margin: 0px;
  padding: 0px;
  background-color: #440000;
  cursor: url('https://cur.cursors-4u.net/cursors/cur-9/cur271.cur'), auto;
  scroll-behavior: smooth;
}

.img {
  width: 350px;
  height: 350px;
}

.section {
    border-image: url("bg.png") 10 20 10 10 fill / 10px 20px 10px 10px;
    padding: 10px 20px 10px 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 40px);
    height: 460px;
    margin: 5px;
}

.section-2 {
    border-image: url("bg.png") 10 20 10 10 fill / 10px 20px 10px 10px;
    padding: 10px 20px 10px 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 40px);
    height: 460px;
    margin: 5px;
}

.section-3 {
    border-image: url("bg.png") 10 20 10 10 fill / 10px 20px 10px 10px;
    padding: 10px 20px 10px 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 40px);
    height: 460px;
    margin: 5px;
}

.video-section {
    border-image: url("bg.png") 10 20 10 10 fill / 10px 20px 10px 10px;
    padding: 10px 20px 10px 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 450px;
    height: 300px;
    margin: 5px;
}


.Cat {
  float: left;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}

.Cat:active {
  transform: rotate(360deg) scale(2);
}

.left {
  float: left;
}

.right {
  float: right;
}

@font-face {
  font-family: luminari;
  src: url("Luminari.ttf");
}

p {
  font-size: 13px;
}

.big-text {
  font-size: 2em;
}

.big-text-fancy {
  font-family: "Luminari", fantasy;
  font-size: 2em;
}

.text-fancy {
  font-size: 20px;
  font-family: "Luminari", fantasy;
}

.gifs {
  transition: transform 0.3s ease-in-out;
}

.gifs:hover {
  transform: scale(1.5);
}

.special-gif {
  transition: transform 0.3s ease-in-out;
}

.special-gif:hover {
  transform: rotate(10deg) scale(1.5);
  cursor: url('https://cdn.cursors-4u.net/css-previews/night-diamond-bloody-red-precision-select-7f540fba-css.webp') 16 16, auto;
}

.section-div {
    flex-direction: row;
    display: flex;
}

.section-div-2 {
    flex-direction: row;
    display: flex;
}

.section-div-3 {
    flex-direction: row;
    display: flex;
}

.video-section-div {
    display: grid;
    place-items: center;
}
    
@media (max-width: 1200px) {
    .section-div {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .section-div-2 {
        flex-direction: column;
    }
}

.section-big {
  border-image: url("bg.png") 10 20 10 10 fill / 10px 20px 10px 10px;
  padding: 10px 20px 10px 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: calc(100% - 40px);
  height: 300px;
  margin: 5px;
}


.header {
  background-color: #750000;
}

.main-nav{
  text-align: center;
  border-bottom: 1px  solid white;
}

.main-nav li{
    padding: 0 5%;
}

.nav, ul{
    margin: 0;
}

.nav a{
    display: inline-block;
    padding: .5em;
    color: white;
    text-decoration: none;
}

.nav a:hover{
    background-color: white;
    color: black;
}

nav li{
    display: inline;
}

.name{
    text-align: center;
    margin: 0;
    color: white;
    font-size: 4em;
}

.name-2{
    text-align: center;
    margin: 0;
    color: white;
    font-size: 2em;
}

.name-4{
    text-align: center;
    margin: 0;
    color: white;
    font-size: 1em;
}

.icon {
  width: 81px;
  height: 33px;
  transition: transform 0.3s ease-in-out;
}

.icon:hover {
    transform: rotate(10deg);
    cursor: url('https://cdn.cursors-4u.net/css-previews/night-diamond-bloody-red-precision-select-7f540fba-css.webp') 16 16, auto;
}

.rotate {
  transition: transform 0.3s ease-in-out;
}

.rotate:hover {
  transform: rotate(10deg);
  cursor: url('https://cdn.cursors-4u.net/css-previews/night-diamond-bloody-red-precision-select-7f540fba-css.webp') 16 16, auto; 
}

.link:hover {
    cursor: url('https://cdn.cursors-4u.net/css-previews/night-diamond-bloody-red-precision-select-7f540fba-css.webp') 16 16, auto;
}

.btn {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 20px;
    padding: 3px 10px;
    color: white;
    background-color: #780000;
    border: 1px solid;
    cursor: url('https://cdn.cursors-4u.net/css-previews/night-diamond-bloody-red-precision-select-7f540fba-css.webp') 16 16, auto;
    box-sizing: border-box;
    border-color: #fff #808080 #808080 #fff;
    box-shadow: none;
    transition: transform 0.3s ease-in-out;
}

.btn:hover {
    background-color: #5e0101;
    transform: rotate(10deg);
}

.btn:active {
    border-color: #808080 #fff #fff #808080;
    padding: 4px 9px 2px 11px;
    background-color: #440000;
}

.container {
  overflow: auto; 
  display: flex;
  align-items: stretch;
}

.sidebar {
  width: 350px;
  background-color: #A30000;
  float: left;
  padding: 15px;
}

.main-content {
  padding: 15px;
  width: 100%;
}

.sidebar-2 {
  width: 350px;
  background-color: #A30000;
  float: right;
  padding: 15px;
}

.footer {
  margin: 0px;
  padding: 0px;
}

footer {
  margin: 0px;
  padding: 0px;
}


.details {
  font-weight: bold;
  padding: 4px;
  background-color: #f0f0f0;
}

.footer {
  background-color: #750000;
}