*{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

body{
    background-color: rgb(187, 198, 207);
}

.main{
    display: flex;
    justify-content: center;
    margin-top: 10rem;
}

.op{
    background-color: rgb(235, 235, 235);
    padding: 1rem;
    border-radius: 18px;
}

.cadr{
    background-color: rgb(25, 125, 255);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.cadr img{
    width: 10rem;
    color: white;
    padding: 1rem;
}

.i{
    width: 190px;
    margin-left: 1rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.r{
    width: 160px;
    margin-left: 1.5rem;
    margin-bottom: 20px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;

}

