:root {
  /* --blue: #4E5CD1; */
  --blue: #95caff;
  --contrast: #ffffff;
  /* --red: #CE5055; */
  --red: #ff807a;
  /* --purple: #673ab7; */
  --purple: #ffff73;
}

body {
  font-family: "Nunito", sans-serif;
  line-height: 1;
  position: relative;
  color: #ffffff;
}

body:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('bg.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

body:after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.73);
  z-index: 1;
}

h1 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 60px;
}

h1.fixed-title {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.container {
  width: 100%;
  padding-top: 100px;
  margin-bottom: 300px;
  position: relative;
  z-index: 2;
}

.inline-block {
  display: inline-block;
}

.center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.part {
  font-size: 50px;
  padding: 30px 15px;
  display: flex;
  letter-spacing: 1.8px;
}

.partial {
  position: relative;
  display: inline-block;
}

.partial.small {
  margin: 0 14px;
}

.partial.date {
  color: var(--blue);
}

.partial.date .brace {
  color: var(--blue);
}

.partial.T {
  color: var(--contrast);
  margin: 0 10px;
}

.partial.T .brace {
  color: var(--contrast);
}

.partial.T .brace {
  padding-bottom: 11.5px;
  background-image: radial-gradient(circle at 2.5px -2px, rgba(166, 53, 53, 0) 17.5px, currentColor -6.5px, currentColor 19.5px, rgba(8, 131, 12, 0) 0.5px), radial-gradient(circle at 32.5px -1px, rgba(166, 53, 53, 0) 16.5px, currentColor 5.5px, currentColor 18.5px, rgba(255, 255, 255, 0) 7.5px);
}

.partial.T .brace:before {
  width: calc(50% + 5px);
}

.partial.T .brace:after {
  width: calc(50% + 5px);
}

.partial.time {
  color: var(--red);
}

.partial.time .brace {
  color: var(--red);
}

.partial.timezone {
  color: var(--purple);
}

.partial.timezone .brace {
  color: var(--purple);
}

.sympol {
  margin: 0 10px;
}

.article {
  display: flex;
  align-items: center;
  width: 90%;
  height: 70vh;
}

.article .title {
  width: 232px;
  margin-right: 60px;
  text-align: right;
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
}

:root {
  --brace-color: #4E5CD1;
  --white: #ffffff;
}

.brace {
  position: absolute;
  left: 0;
  width: calc(100% - 30px);
  padding-bottom: 12px;
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
  margin: 0 15px 11px;
  border: none;
  background-color: transparent;
  background-image: radial-gradient(circle at 2.5px -2.4px, rgba(166, 53, 53, 0) 17.5px, currentColor -6.5px, currentColor 19.5px, rgba(8, 131, 12, 0) 0.5px), radial-gradient(circle at 32.5px -1.4px, rgba(166, 53, 53, 0) 16.5px, currentColor 5.5px, currentColor 18.5px, rgba(255, 255, 255, 0) 7.5px);
  background-size: 35px 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-transform: lowercase;
  font-style: italic;
  color: currentColor;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  overflow: visible;
}

.brace:before {
  width: calc(50% + 2px);
  border-top: 2px solid currentColor;
  border-left: 1px solid transparent;
  /* play with this until you like the look of it */
  border-top-left-radius: 30px 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}

.brace:after {
  width: calc(50% + 2px);
  border-top: 2px solid currentColor;
  border-right: 1px solid transparent;
  /* play with this until you like the look of it */
  border-top-right-radius: 30px 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  right: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}

.brace.top {
  bottom: 100%;
}

.brace.bottom {
  top: calc(100% + 10px);
  transform: rotate(180deg);
}

.des {
  position: absolute;
  font-size: 19px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.des.top {
  bottom: calc(100% + 30px);
}

.des.bottom {
  top: calc(100% + 30px);
}
