body{
    justify-items: center;
    margin-top: 150px;
    background: linear-gradient(to right,red 50%,blue 50%);
}


.hole_con{
    width: 500px;
    height: 500px;
    background: linear-gradient(to right,red 50%,blue 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: dotted 20px rgb(56, 161, 149);
    gap: 20px;
}

.con_1, .con_2, .con_3{
    gap: 15px;
    display: flex;
    flex-direction: row;
    
    
}

button{
    background-color: rgb(135, 239, 239);
    border: none;
    width: 90px;
    height: 90px;
    font-size: xxx-large;
}


.relode{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    font-size: xxx-large;
}

#wi{
    color: aquamarine;
}