.toboot {
    text-align: center;
    color: white;
    font-size: 0.65rem;
    margin-top: -1rem;
}

@media only screen and (max-width: 404px) {
    .toboot {
        font-size: 0.55rem;
    }
}