.navbar {
    background-color: rgb(102, 102, 244);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 75px;
    position: sticky;
    align-content: center;
    margin: 0;
  }

  .navbar a{
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 25px;
    text-decoration: none;
  }

  .navbar a:hover{
    color: rgb(38, 31, 31);
  }

  .carousel-inner {
    width: 30%;
    height: 100%;
  }

  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    /* prilagođava sliku da se uklopi */
  }

  .nesto {
    margin-top: 2%;
    font-style: italic;
    text-align: center;
  }

  .custom-gradient {
    margin: 0;
    /* Uklanja margine stranice */
    height: 100vh;
    background: rgb(248, 223, 183);
    background-repeat: no-repeat;
    background-size: cover;

  }

  .boxy-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 300px;
  }

  .vertical {
    text-align: center;
    justify-items: center;
  }

  .carousel {
    justify-items: center;
    margin-top: 30px;
  }

  .description {
    font-weight: bold;
    font-size: 25px;
    width: 75%;

  }

  .about-me{
    white-space: pre-line;
    margin-top: 30px;
    margin-left: 50px;
    font-size: 30px;
    font-weight: bold;
  }