body{
    background-image: url('https://cdn141.picsart.com/278359967011201.jpg?type=webp&to=min&r=640');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
}
.collapse a{
    color:white;
}

.navbar-brand{
    padding-left: 25px;
    padding-right: 25px;
    margin-top:-7px; 
    margin-bottom:-7px;
    width:"300px";
    color:white;
    font-weight: bold;
    font-size: xx-large;
    background-color: blueviolet;
    font-family: 'Noto Serif', serif;
}
div{
    color: white;
}

#formGroupExampleInput3{
    height:300px;
    text-align: initial;
}

#straight-line{
    border-bottom: grey;
    border-bottom: solid;
}

.btn{
    background-color: blueviolet;
}

#portfolio-spacing{
    padding-top:50px;
    padding-left:50px;
    height:250px;
    width:200px;
    align-content:top;
}

/* .mt-0 {
    margin-top: 0 !important;
  }
  
  .ml-1 {
    margin-left: ($spacer * .25) !important;
  }
  
  .px-2 {
    padding-left: ($spacer * .5) !important;
    padding-right: ($spacer * .5) !important;
  }
  
  .p-3 {
    padding: $spacer !important;
  } */