
*{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.box1{
    /* background-color: rgb(10, 65, 128); */
    /* height: 500px; */
    width: 100%;
}

/* Spectrum APp */
  header {
    background-color: #cecece;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  
  main {
    padding: 20px;
  }
  
  .img {
    width: 200px;
    display: block;
    margin: 0 auto;
  
  }
  
  button {
    background-color: #0077b6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
  }
  
  footer {
    text-align: center;
    padding: 10px;
  }

  /* invest  */
 

/* .content h1 {
    font-size: 2em;
    margin-bottom: 20px;
} */
.content p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #555;
}
.content .app-buttons {
    display: flex;
    gap: 10px;
}
.content .app-buttons a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #0077b6;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    border-radius: 30px;
}
.illustration {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.illustration img {
    height: auto;
}

/* spectrumfinance */
.viva-container {
    background: rgb(0,108,173);
    background: linear-gradient(180deg, rgba(0,108,173,1) 5%, rgba(73,175,236,1) 61%, rgba(22,140,210,1) 100%);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.viva-content h1 {
    font-size: 2em;
    margin-bottom: 20px;
}
.viva-content p {
    font-size: 1.1em;
    margin-bottom: 30px;
}
.viva-app-buttons a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
}
.viva-app-buttons a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.viva-illustration img {
    height: auto;
    border-radius: 10px;
}
.finance-website{
    width:150px;
    transition:2s;
}
.finance-website:hover{
    width:50%;
   
}


@media screen and (max-width: 600px) {
    .viva-illustration img {
        width: 250px;
        height: auto;
        border-radius: 10px;
    }
}


/* slider servic */
  .services-circle{
    background: red;
    background-color: red;
  }
