.jumbotron-cloud {
  background-image: url("../img/cloud-intro-opti.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: rgb(255, 255, 255);
}

.jumbotron-spiral {
  background-image: url("../img/spiral-opti.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.jumbotron-pen-text {
  margin-top: 30vh;
}

.brand-erik {
  font-size: 22px;
  padding-left: 8px;
  color: rgb(20, 20, 20) !important;
}

.button-styles-erik {
  font-size: 17px;
  color: rgb(50, 50, 50) !important;
}

.general-text-style {
  font-size: 18px;
  margin-left: 20px;
  margin-right: 5px;
  text-align: left;
}

.text-box-style {
  border: 1px solid #ffffff;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 20px 25px;
}

.text-box-style ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.text-box-style ul li{
  margin-bottom: 10px;
}

.arrow-style {
  font-size: 25px;
  margin-left:5px;
  margin-right:5px;
}

.profile-frame {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* Soft shadow */
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.profile-frame img {
  width: 105%;
  height: 105%;
  object-fit: cover; /* Ensures image fills the frame */
  object-position: top;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* prevent horizontal scroll */
}