
.badge {
    display: inline-block;
    padding: .5em .4em;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.content p{
    margin-left: 10%;
    margin-bottom: 0;
}
.notes{
    
    margin-top: 5%;
    justify-content: center;
    align-items: center;

}
.notes img{
    margin-right: 5%;
}
.notes p{
    margin-bottom: 0;
}
.btn-copy{
    margin-top: 5%;
    margin-left: 10%;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

}

@media only screen and (min-width: 992px) and (max-width: 1920px) {

}

/* Tablet Layout: 1024px. */
@media only screen and (max-width: 1024px) {

}

/* Tablet Layout: 991px. */
@media only screen and (max-width: 991px) {

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* Wide Mobile Layout: 767px. */
@media only screen and (max-width: 767px) {

}

/* Wide Mobile Layout: 640px. */
@media only screen and (max-width: 640px) {

}

/* Wide Mobile Layout: 580px. */
@media only screen and (max-width: 580px) {

}

/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 480px) {

}