@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(249, 235, 247, 0.684));
    color: black;
}


#mainLogo {
    width: 50px;
    height: auto;
    
}


.navbar-brand {
    font-size: medium;
    text-transform: capitalize;
    font-weight: 600;
}

    


li a {
    text-decoration: none;
    color:white;
    padding:5px;
    border-radius: 5px;
    background-color: rgb(132, 48, 242);


   
    
}


li {
    list-style-type: none;
}



.btn-outline-success {
    background:linear-gradient(to right, rgb(116, 74, 242), rgb(132, 48, 242));
    border: none;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    color: white;
    font-family: 'Poppins', sans-serif;
 

}


.btn-outline-success:hover {
    background-color:rgb(69, 12, 144);
    color: white;
    border: none;
    font-family: 'Poppins', sans-serif;
}
.btn-log {
    margin: 10px ;
    background-color: rgba(255, 255, 255, 0);
    border:none;
}

.slogan {
    
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
  color: rgb(132, 48, 242);
  font-weight: 600;
}


#mainHeading {
    font-size: 40px;
    font-weight: 700;
    color: rgb(7, 14, 29);
    margin-top: 20px;
    margin-left: 20px;
}


.box {
    width: 400px;
    height: 200px;
}

#box1 {
    background: url("../images/notespring.png");
    background-size: cover;
    background-position: center;

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}


.btn-ct{
background:linear-gradient(to right, rgb(78, 26, 237), rgb(109, 37, 224), rgba(188, 2, 201, 0.627));
color: white;
border-radius: 10px ;

text-align: center;
width: 130px;
border: none;
padding: 10px ;

}


.box-empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-weight: bold;
margin: 20px 20px 10px 20px;
}