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