* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {    background-color: #f3fe00;
     
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.square {
  width: 200px;
  height: 200px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.av-text {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-weight: bold;
}/* CSS Document */

.nav-link {
    text-align:center;
    display: block;
    margin: 0 auto;
}

/*
.logo-container::after {
      display: block;
    width: 200px;
    height: 200px;
    background: #f01515;
    transform: rotate(179deg);
    opacity: 0.1;
    position: absolute;
    content: "";
    /* z-index: -1; */
    /*border-radius: 50%;
}
*/



.menu-container{
    background: #1e2327;
    height: 100px;
}


