@import url("/Documentation/docs.css");

.brand-details {
    text-align: center;
    padding-top: 1rem;
    letter-spacing: 2px;
}


.icon-large {
    width: 7rem;
    height: 7rem;
}

.about-brand {
    width: 60ch;
    margin: auto;
}

.footer {
    padding-top: 8rem;
}

.source-image {
    width: 1.5rem;
    height: 1.5rem;
}

.made-by{
    color: blue;
}
.start-btn{
    background-color: blueviolet;
    color: azure;
    border: none;
    border-radius: 5px;
    width: 8rem;
    height: 3rem;
}