.strel-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.strel {
    font-size: 64px;
    width: 90px;
    height: 90px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: white;
    border: solid 2px #4949e7;

    color: #a6a6ff;
    border-radius: 150px;
    text-decoration: none;

}

.strel .fa {
    color: #4949e7;
}

.strel .fa:hover {
    color: #A6A6FFFF;
}

.strel:hover{
    cursor: pointer;
    color: #A6A6FFFF;
    border-color: #A6A6FFFF
}
