/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

* {
  min-width: none;
  min-height: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

h1 {
  margin: 0;
  padding: 0;
}

#layout0 {
  border-radius: 5vw;
  box-sizing: border-box;
  border: 3px white solid;
  box-sizing: border-box;
  height: 100%;
  background-color: white;
  /* background: linear-gradient(45deg, orange, yellow); */

  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#desktop-view {
  width: 100%;
  height: 100%;
}

#projectContent {
  box-sizing: border-box;
  width: 100%;
}

#projectContainer {
  display: flex;
  width: 100%;
}

#topAndBottomContent {
  height: auto;
  max-height: 100%;
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  position: relative;
}
