h1 {
    font-size: 50px;
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

h2 {
    color: #f5f5f5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9);

}

main p {
    color: #f5f5f5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

nav p {
    color: #f5f5f5;
    text-shadow: 1px 1px 3px #000000(0.0.0.0.9);
}
body {
    background-image:url('Wallpaper.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 30px;
    font-family: "VT323", monospace;

}
main {
    display: flex;
}    
img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #73aada;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
    display: block;
    margin: 10px auto;
}
.Banner-box {
    background-image: url('Banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 35px;
    margin-top: 20px;
    min-height: 250px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
    border-radius: 8px;
}
.Banner-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin-bottom: 12px;
}
.Banner-text {
    font-size: 22px;
    color: #000000;
    line-height: 1.5;
    font-family: "VT323", monospace;
    font-weight: 400;
     font-style: normal;
}
.notepad-dashboard {
  display: flex;
  gap: 15px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  flex-direction: row-reverse
}
.dashboard-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dash-img {
  width: 100% !important;
  height: 140px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  margin-bottom: 8px !important;
  border: 1px solid #FFF61A(0, 0, 0, 0.1);
}
.rect-box {
  background-image: url('about-container.png'); 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
  margin: 20px auto;
  max-width: 600px;
  box-sizing: border-box;
}

.project-container {
  background-image: url('project-container.png'); 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px;
  margin: 20px auto;
  max-width: 400px;
  box-sizing: border-box;
}
#about p {
    color: #f5f5f5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

#projects p {
    color: #f5f5f5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

#about h2, #projects h2 {
    font-size: 2.5rem; 
    margin-bottom: 10px;
}