.support_right {
    display: flex;
    align-items: center;
    margin: auto;
    margin-left: 40px;
}
.Support {
    display: flex;
}
.SystemRequirements {
    display: flex;
    text-align: center;
    cursor: pointer;
    background-color: #0090d3;
    border-radius: 20px;
    color: white;
    margin: auto;
    font-size: 16px;
    align-items: center;
    width: 90%;
    height: 70%;
    padding: 2px;
    justify-content: center;
}
