.container {
     padding: 10px 10px;
 }
.option {
    border: 10px solid transparent;
    margin-bottom: 5px;
    width: 60%;
    height: 60%;
    opacity: 1;
}
.option:hover {
    border-color: red;
}
.secim {
    font-size:xx-small;
    color: red;
    text-decoration: underline;
    letter-spacing: 3px;
}
.sifirla {
    font-size:xx-small;
    color: #13C1C6;
    text-decoration: underline;
    letter-spacing: 3px;
}
