@charset "utf-8";
.container-fluid main {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.container-fluid main .row {
    margin-left: auto;
    margin-right: auto;
}

main .row .col-md-5 {
    text-shadow: 0px 0px rgba(190,85,225,1.00);
    background-color: rgba(197,103,228,0.85);
    color: rgba(64,14,80,1.00);
    border-radius: 20px;
    padding: 50px;
    text-indent: 20px;
    margin-right: auto;
    line-height: 50px;
    margin-left: auto;
}
main .row .col-md-5 p {
    font-size: 22px;
    font-weight: lighter;
}
a {
    font-size: 20px;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h3 {
    color: rgba(175,47,216,1.00);
    text-shadow: 2px 2px 2px rgba(64,14,80,1.00);
}
.col-md-5 p i {
    color: rgba(172,32,35,1.00);
    font-size: 22px;
}
.navspybrandme {
    color: rgba(134,31,167,1.00);
    font-size: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(64,14,80,1.00);
}
.brandme {
    margin-bottom: 50px;
    background-color: rgba(197,103,228,0.85);
    margin-right: auto;
    padding: 10px;
    margin-left: auto;
    border-radius: 20px;
    max-width: 400px;
    text-align: center;
}
.col-md-5 h1 .img-fluid.flower {
    max-width: 50px;
    max-height: 50px;
    margin-top: -10px;
}
