:root{
    --primary-color: rgb(241, 135, 50);
    --third-color:rgb(27, 27, 27);
    --secondary-color: white;
    --footer-text-color: rgb(0, 0, 0);
    --shadow-color: black;
    --border-radius-card: 20px;
    --border-radius-circular: 100px;
    --gradient-first-color: rgb(12, 16, 227);
    --gradient-second-color: rgb(255, 68, 0);
    --permanent-font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --permanent-width-card: 450px;
    --permanent-box-margin:20px;
    background-color: var(--secondary-color);
}
.issueImage{
    width: 75%;
}
.issueSection{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.issueParagraph{
    margin-top: -10%;
    color: var(--primary-color);
    font-family: var(--permanent-font);
    font-size: 20px;
}