* {
  box-sizing: border-box;
}

#name {
  text-align: left;
}


body::selection {
  color: black;
  background-color: white;
}

h1 {
  color: #FCCB06;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #272727;
  color: white;
  text-align: center;
  margin: 0;
  cursor: crosshair
}

.menu {
  float: left;
  width: 20%;
  text-align: center;
  background-color: #E5F4E3;
  height: 30vh;
}

.topnav {
  position: fixed;
  top: 0;
  width: 100%;
}

.menu a {
  background-color: #E5F4E3;
  padding: 8px;
  margin-top: 7px;
  display: block;
  color: black;
}

.main {
  float: left;
  width: 50%;
  height: 40vh;
  padding: 0 20px;
  text-align: center;
  color: #B1DDF1;
  margin: 0 5%;
}

.right {
  background-color: #FCCB06;
  float: left;
  width: 20%;
  padding: 15px;
  margin-top: 7px;
  text-align: center;
  color: #000000;
}

/* Nav bar */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #CA2C92;
}

ul.topnav li {
  float: left;
}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a.active {
  background-color: #FCCB06;
  color: #000;
}

h2 {
  text-align: center;
  color: #CA2C92;
}

.parallax1 {
  background-image: url("https://images.unsplash.com/photo-1478760329108-5c3ed9d495a0?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8MTV8fHxlbnwwfHx8fHw%3D");
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Ensure the background covers the element */
  text-align: center;
}

.Chess {
  font-size: 40px;
  font-weight: bold;
  color: #E5F4E3;
}

#quote {
  color: #CA2C92;
  position: relative;
  right: 40%;
}

.head2 {
  color: #FCCB06;
  text-align: center;
}

a {
  text-decoration: none;
  color: #B1DDF1;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {

  .menu,
  .main,
  .right {
    width: 100%;
    /* Full width on smaller screens */
    float: none;
    /* Remove float */
  }

  .menu {
    height: auto;
    /* Allow the height to adjust */
  }
}

@media (max-width: 768px) {
  .topnav li {
    float: none;
    /* Stack navbar items vertically */
    width: 100%;
    /* Full width */
  }

  .menu {
    width: 100%;
    /* Full width for the menu */
  }

  .main {
    margin: 0;
    /* Reset margin for smaller screens */
  }

  .right {
    width: 100%;
    /* Full width for the right section */
  }

  #quote {
    position: relative;
    left: 5%;
  }
}



.hobbies {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  color: black;
  font-size: 1.2em;
}

.e4{
  background-color: #CA2C92;
}

.d4{
  background-color:#FCCB06
}

.c4{
  background-color: #008080;
}

.Chess1 {
  color: #3EB489;
  font-size: 1.5em;
}

.Coding {
  color: #00A7FF;
}

.Music {
  color: #FCCB06;
}

.bot {
  width: 80%;
  height: 400px;
}

.noob {
  width: 80%;
  height: 400px;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: black;
  color: white;
}

.ooh{
  color: #000000;
  background-color: #00A7FF;
}