@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600&display=swap');

h1 {
  font-size: 60px;
  text-align: center;
  font-family: Poppins;
}

p,
li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #ffffff;
}

body {
  font-family: Poppins;
}

#Intro {
  width: 600px;
  margin: 0 auto;
  background-color: #3b3b3b;
  padding: 0 20px 20px 20px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
  border-radius: 11px;
}

#myImage {
  position: fixed; /* Fixed position relative to the viewport */
  top: 0; /* Align to the top of the viewport */
  left: 0; /* Align to the left of the viewport */
}

.white-box {
  width: 600px;
  margin: 50px auto;
  background-color: #3b3b3b; /* White background for the box */
  border: 1px solid #000000; /* Light grey border for the box */
  height: 150px; /* Height of the rectangle */
  padding: 0 20px 20px 20px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
  border-radius: 11px;
}

.container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-left: 20px;
  padding-top: 20px;
}

#linkedIn {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 12px 32px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.455);
  margin-top: 35px;
  margin-left: 10px; /* Adjust this as needed */
}

#Resume {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 12px 32px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.455);
  margin-top: 35px;
  margin-left: 80px; /* Adjust this as needed */
}

#aboutMe {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #000000;
  padding: 12px 32px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.455);
  margin-top: 35px;
  margin-left: 75px; /* Adjust this as needed */
}

html {
  background-color: #1f1f1f;
}

h1 {
  margin: 0;
  padding: 20px 0;
  color: #acacac;
  text-shadow: 4px 4px 2px black;
}

img {
  display: block;
  margin: 0 auto;
}
