.resultImage-container {
    display: flex;
    justify-content: center;
    margin-top : 10px;
    flex-direction: column;
    align-items: center;
}

.resultImage {
    width: 40%;
}

.resultImageHolder {
    width: 40%;
    margin-top: 10px;
    border: solid 1px black;
}

.graph {
    background: aliceblue;
}

.resultConstat {
    width: 40% !important;
    margin-top: 10px;
}

.constat-text {
    min-height: 150px;
    background: white;
    width: 100%;
    padding: 20px;
    text-align: justify;
    margin-bottom: 10px;
    border: solid 1px black;
}

.interraction-holder {
    display: flex;
}

.resultTitle {
    background: #333;
    margin: 1%;
    padding: 20px;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.resultValue {
    padding: 10px;
}