a{
    color: aliceblue;
      text-decoration: none;
      max-width: fit-content;
}

svg{
    color: #0077b6;
    width: 35px;
    height: 35px;
    margin: 10px;
}
.card{
    max-width: fit-content;
    margin-bottom: 20px ;
    box-shadow: 0px 1px 20px 10px rgba(0, 0, 0, 0.3);
    background: linear-gradient(51deg, #90e0ef,#00b4d8,#0077b6,#03045e);
    border: none;
    outline: none;
    border-radius: 8px;
    border: none;
    outline: none;
}
video{
    border-radius: 8px;
      max-width: 100%;
    height: auto;
}
h1{
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}
img{
    max-width: 200px;
}
body{
    background: linear-gradient(to right, #90e0ef,#00b4d8,#0077b6,#03045e);
}

.row>* {
    margin-top: 50px  !important;
   display: flex;
    justify-content: center;
    
}
.card-body{
    max-width: 200px;
}

.card-title {
    color: black;
    text-transform: uppercase;
}

.align-items-center {
    align-items: center !important;
    display: flex;
    justify-content: center;
}
.btn-group >a>.btn{
    margin: 5px;
    background: linear-gradient(to right, #90e0ef,#00b4d8);
    border: none;
    outline: none;
}
.navbar{
 background: linear-gradient(to right, #90e0ef,#00b4d8,#0077b6,#03045e);
}
.btn-group{
    display: inline-block;
    margin-bottom: 10px;   
}