.container{
    width: 70%;
    margin: auto;
    border: 1px solid #181718;;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    height: auto;
    padding: 10px;
    background: #410650f8;
}
.cols-1, .cols-2, .cols-3{
    border: #181718 0.5px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 40px;
}
.format{
    width: 40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8610a3d3;
    color: #fff;
    border: 0.5px #e9da0a solid;
    margin:10px;
    box-shadow:2px 2px 4px 1px #181718;
    border-radius: 5px;
}

.bt{
    width: 80px;
    height: 40px;
    margin-top: 20px;
    background: #8610a3d3;
    color: #fff;
    border: 0.5px #e9da0a solid;
    box-shadow:2px 2px 4px 1px #181718;
    border-radius: 5px;
    cursor: pointer;
}

.bt:hover{
    background: #e9da0a;
    color:#8610a3d3;
    transition: all ease-in 1.s;
}

.result{display:none}
.active{
    width :90%;
    height : 100%;
    position: absolute;
    background-color: #410741;
    top: 0;
    color: #fff;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    font-size: 60px;
    

}