.pc-background-image
{
    background-image: url(navbar-background-image.jpg);
    height: 900px;
    color: aliceblue;
    font-size: 25px;
}
.pc-background-image div
{
    padding-top: 7%;
}
.link1
{
    color: rgb(222, 222, 222);
    text-decoration: none;
    font-weight: 500;
}
.link1:hover
{
    color: rgb(36, 105, 255);
}
.link2
{
    color: rgb(41, 41, 41);
    text-decoration: none;
    font-weight: 500;
}
.link2:hover
{
    color: rgb(36, 105, 255);
}
.blue
{
    color: rgb(36, 105, 255);
}
.button-navbar
{
    background-color: #ffffff00;
    border: none;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid white;
    border-radius: 5px;
    margin: 4px 2px;
    transition: 0.3s;
}
  
.button-navbar:hover
{
    background-color: #ffffff;
    color: rgb(36, 105, 255);
}
.link-btn
{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.link-btn:hover
{
    color: rgb(36, 105, 255);
}
.diplay-flex
{
    display: flex;
}
div.dropdown-menu
{
    width: 500px;
}
.socials
{
    text-decoration: none;
}
.display-flex
{
    display: flex;
}
.text-right
{
    margin-left: auto;
}
.aycard
{
    border: 3px solid white;
    transition:0.3s;
}
.aycard:hover
{
    border: 3px solid rgb(81, 136, 255);
}
.div-link
{
    text-decoration: none;
    color: black;
}
.div-link:hover
{
    color: black;
}
.scrollable-hr
{
    white-space: nowrap; /* Prevent the text from wrapping */
    overflow-x: auto; /* Set overflow-x to auto to make the div horizontally scrollable */
}
.break-text
{
    inline-size: 150px;
    overflow-wrap: break-word;
}
.animation {
  position: relative;
  animation-name: example;
  animation-duration: 3s;  
  animation-fill-mode: forwards;
}

@keyframes example {
  from {top: -50px;}
  to {top: 50px;}
}
.dropdown-menu {
    position: relative;
    display: inline-block;
    width: 100%; /* Set the width to 100% */
    margin: 0; /* Remove any margin */
    padding: 0; /* Remove any padding */
  }
  