.container {
    margin-top: 50px;
}

.local {
    padding-bottom: 35px;
}

.img_round::before {
    content: "••••";
    color: transparent;
}

.img_round {
    height: 10pt;
    width: 10px;
    max-width: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid black;
}

h5 {
    font-family: 'Courier New', Courier, monospace;
    font-size: small;
    font-weight: bolder;
}

input[type=text] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    width: 100%;
}