body {
    font-family: montserrat, Geneva, Tahoma, sans-serif;
    background-color: #E9EAEB;
}

.square{
    background-color: orange;
    width: 25px;
    height: 25px;
    margin-top: 36px;
    margin-left: 23px;
    position: absolute;
    text-align: center;
    color: white;
}

.img-circle-how-to {
    width: 250px;
    height: 250px;
}

.how-to-title {
    color: orange;
    text-transform: propercase;
    font-size: large;
}

.row-img {
    width: 100%;
    text-align: center;
}

.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}
.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}
.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-circle{border-radius:50%}
.rounded-0{border-radius:0}