﻿.opi-app-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.opi-app-info-icon {
    display: flex;
    justify-content: center;
}

.opi-app-info-icon img {
    height: 100px;
    padding: 10px;
}

.opi-app-info-name {
    background-color: limegreen;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.opi-app-info-descrp {
    color: white;
    padding-top: 10px;
    font-size: 20px;
}

.opi-app-info-topic {
    color: #ebbb18;
    font-size: 20px;
    font-weight: 500;
}

.opi-app-info-btn button {
    width: 150px;
}

.opi-app-info-btn {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}