i {
  color: white;
  font-size: 25px;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  background-image: url(../0dc467b8f7783c2da0759187ece477522f-15-100-pages-opener-final.rsocial.w1200.webp);
  font-family: "Calligraffitti";
}

a {
  text-decoration: none;
  color: white;
}

.menu {
  position: fixed;
  height: 80%;
  width: 65px;
  background: rgba(0, 0, 0, 0.6);
  transition: width 1s;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  z-index: 99;
  box-shadow: inset -8px 0px 16px -6px rgba(0, 0, 0, 0.2);
}
.menu:hover {
  width: 220px;
}

.menuitem span {
  position: absolute;
  left: 80px;
  top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  transition: color 1s;
  color: rgba(255, 255, 255, 0);
}
.menu:hover .menuitem span {
  color: rgba(255, 255, 255, 1);
}

.menuitem {
  height: 20%;
  line-height: 30px;
  position: relative;
  padding: 20px;
  transition: border 0.5s;
}

.menuitem:hover {
  background: (0, 0, 0, 0.5);
  cursor: pointer;
}
.one {
  border-left: 0px solid #16a085;
}

.one:hover {
  border-left: 50px solid rgb(4, 221, 221);
}

.two {
  border-left: 0px solid #e7dada;
}

.two:hover {
  border-left: 50px solid rgb(216, 31, 124);
}

.three {
  border-left: 0px solid #4a4d9a;
}

.three:hover {
  border-left: 50px solid rgb(226, 181, 17);
}

h2 {
  text-align: center;
  color: white;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  margin-top: 100px;
  margin-left: 0;
}
.btn {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.ion-ios-videocam-outline {
  color: yellow;
  display: flex;
  justify-content: center;
}

.textscontainer {
  display: flex;
  background-color: black;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  margin-top: 100px;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  margin-left: 550px;
  margin-bottom: 50px;
}

header,
h1 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  color: whitesmoke;
  background-color: black;
}

h1 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 36px;
}
#more {
  display: none;
}
p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: white;
}
#myBtn {
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 18px;
  margin-left: 550px;
  width: 120px;
  height: 50px;
  color: white;
}

.readmore {
  width: 90%;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.7);
  margin: auto;
  margin-bottom: 100px;
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

footer {
  padding: 0%;
  margin: 0%;
  width: 100%;
  height: 50px;
  background-color: yellowgreen;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}
li {
  display: inline-block; /*elements can sit next to other elements.*/
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: center;
}
li a {
  display: block; /* in combination with inline block, it created the separate blocks in line with the list. */
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: lightgrey;
}
