.home-body {
  background-image: url("IMG_2856.jpeg");
  color: cornsilk;
  background-repeat:repeat-y;
  background-position: center;
  background-size: cover;
  font-family: Verdana;
  }

.aboutme-body {
  background-image: url("IMG_2877.jpeg");
  color: black;
  background-repeat:repeat-y;
  background-position: center;
  background-size: cover;
  font-family: Verdana;
  }

.my-box {
  width: 1000px; /* Sets the width of the content area */
  height: 50px; /* Sets the height of the content area */
  background-color: cornflowerblue; /* Sets a background color */
  border: 2px solid darkblue; /* Adds a border */
  border-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) 1;
  padding: 10px; /* Adds space between content and border */
  margin: 20px 60px; /* Adds space outside the border, separating from other elements */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
  color: cornsilk;
  text-align: center;
  font-family: Georgia, serif;
  line-height: 1.6;
  }
      
.title-text {
  font-size: 2.5em; /* Example: large font size */
  font-weight: bold;
  color: aliceblue;
  text-align: center;
  margin-bottom: 20px; /* Example: space below the title */
  font-family: "Lucida Sans Typewriter", "Lucida Console", "Courier New", monospace;
  text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #e60073, 0 0 15px #e60073;
  }
    
.main-box {
  width: 500px;
  height: 400px;
  border: 2px solid lightcoral;
  background-color: rgba(255, 248, 220, 0.5);
  color: darkslategrey;
  padding: 30px;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 40px;
  margin-left: 0px;
  border-radius: 0px 10px 10px 0px; /* Top-left, Top-right, Bottom-right, Bottom-left */
  }
    
.sidebar-box {
  width: 120px;
  height: 400px;
  border: 2px solid lightcoral;
  background-color: rgba(255, 248, 220, 0.7);
  color: darkslategrey;
  padding: 30px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 210px;
  border-radius: 10px 0px 0px 10px; /* Top-left, Top-right, Bottom-right, Bottom-left */
  font-weight: bold;
  text-align: center;
  line-height: 2;
  }
    
.container {
  display: flex;
  gap: 0px;
  }

.tinyem-image {
  width: 20%;
  height: auto;
  margin-left: 40px;
  }
    
.returnhome-button {
  width: 150px;
  height: 20px;
  border: 1px solid lightcoral;
  background-color: rgba(255, 248, 220, 0.8);
  color: darkslategrey;
  padding: 7px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 0.7em;
  }
    
.menu-link {
  text-decoration: none;
  cursor: pointer;
  color: mistyrose;
  }
    






    
    
    
    
    
    
    
    
    