﻿.container {
    position: relative;
    text-align: center;
}

.container svg {
    width: 80%;
    height: auto;
    object-fit: cover;
    position: relative;
}

.container .working-title {
    color: #ffa900;
}
