body{
background-color: aqua;
}

.container{
     width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
    
}

.card-body{
   
    padding: 30px;
    border: 1px solid red;
    border: none;
    outline: none;
    margin: 10px;
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    max-width: 800px;
    box-shadow: 2px 2px 6px 0 gray, 0 2px 6px 0 red, 2px 6px 16px 0 green;
    background-color: #A569BD;
    border-radius: 10px;
}

.card-text-style{
    color:blue;
    font-style:italic;
    font-weight: bold;
    margin-bottom: 0px 0px 10px;  
}

span{
    color: black;
}

#title{
    text-align: center;
    margin-left: 50px;
    text-shadow: 2px 2px 5px red;
    font-weight: 400;
    font-size: 25px;
    color:black;
}

.image{
    border-radius: 50%;
    margin-left: 550px;
}

.logo{

    height: 50px;
    width: 50px;
}