@import
  "minima/skins/classic",
  "minima/initialize";

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-270 {
    transform: rotate(270deg);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.small-header-text {
    font-size: 16px !important; /* Adjust the size as needed */
    color: rgb(33, 41, 49) !important; /* Change the color to the specified RGB value */
    font-weight: bold !important; /* Make the text bold */
}

.medium-text {
    font-size: 16px !important; /* Adjust the size as needed */
    color: white !important; /* Change the color to test */
    font-weight: bold !important; /* Make the text bold */
}

.small-text {
    font-size: 14px !important; /* Adjust the size as needed */
    color: white !important; /* Change the color to test */
}

.container {
    max-width: 1000px;
    font-size: 0;     
}

.container-span {
    font-size: 16px;  
    background: #DDD;
    padding: 2px 4px;
}

