body{
    font-family: 'Times New Roman', Times, serif;
}
.home-firstpage img{
    margin-top: 20vh;
}
.home-secondpage .carousel img{
    height: 500px;
    width: 100vw;
}
.home-thirdpage .card{
    margin-top: 10vh;
    border: none;
}
.home-thirdpage .card h5{
    color:rgb(236, 83, 176);
}
.home-thirdpage{
    margin-bottom: 20vh;
}
.services-list .card{
    margin-top: 30vh;
}
.services-list .card .card-header{
   background-color:rgb(236, 83, 176);
}
.services-list .card .list-group-item{
    background-color:rgb(157, 68, 192);
}
.services-list .card a{
    color:rgb(14, 33, 160);
}
.services-list .card h1{
   color:rgb(236, 83, 176) ;
}
.btn{
    background-color:rgb(236, 83, 176) ;
}
.about-firstpage{
    margin-top: 30vh;
}
.about-firstpage .card{
    margin-top:3vh;
    border: none;
    font-size: x-large;
}
.about-firstpage h2{
    text-decoration: underline;
    color: rgb(157, 68, 192);
}
.services-list .card p{
    font-size: larger;
}
.about-secondpage .card{
    margin:4vh;
    margin-top: 20vh;
    border: none;
}
.about-secondpage .card p{
    font-size: larger;
}
.about-secondpage .card h2{
    text-decoration: underline;
    color: rgb(236, 83, 176);
}
.about-secondpage .card:hover{
    background-image: url(https://tse2.mm.bing.net/th?id=OIP.xtGmGwvWvz1AvN5H2eNxmgHaE8&pid=Api&P=0&h=180);
    color:white ;
}
.about-firstpage .card p:hover{
    color:rgb(14, 33, 160)
}
.about-thirdpage .card{
    font-size: larger;
    border: none;
}
.about-thirdpage .card p span{
    font-weight: bolder;
    text-decoration: underline;
    color: rgb(236, 83, 176) ;
}
.about-thirdpage .card h2{
    text-align: center;
    color:rgb(249, 148, 23);
    text-decoration: underline;
    margin-bottom: 3vh;
}
.about-thirdpage .card{
    background-image: url(https://digitalmarketing-conference.com/europe/wp-content/uploads/2020/10/EVENT-BACKGROUND-IMAGES-1.png);
    color:white;
    background-repeat:no-repeat;
    background-size:cover
}
.about-fourthpage .card{
    border:none;
    margin-top: 30vh;
    background: none;
}
.about-fifthpage{
    margin-bottom: 20vh;
}
.about-fifthpage .card span {
    animation: blink 2s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
    animation: blink 3s infinite;
}
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(2);
  }
  51% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.about-fifthpage .card{
    margin-top:20vh;
    background-color: rgb(236, 83, 176);
}
.about-fifthpage .card p{
    font-size: larger;
}
.about-fifthpage .card h2{
    text-decoration: underline;
}
.about-fifthpage{
    background-color: rgb(157, 68, 192);
}
.services{
    margin-top: 30vh;
}
.services .card{
    margin-top: 10vh;
    border: none;
}
.services .card h5{
    color:rgb(236, 83, 176);
}
.services{
    margin-bottom: 20vh;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: rgb(157, 68, 192);
}
footer:hover{
    background-color: rgb(14, 33, 160);
}
.footer-links a {
    margin-right: 20px;
    color: #e5e0e0;
    text-decoration: none;
}
.contact{
    margin-top: 30vh;
    margin-bottom: 10vh;
}
.col-md-5{
    background-color:rgb(157, 68, 192);
    border-radius: 3%;
    color: white;
    font-family: 'Times New Roman', Times, serif;
}
.contact .col-md-5 p{
    margin-left: 2vw;
}