* {
  font-size: 24px;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS 1", sans-serif;
  color: #323232;
}

.sp {
  display: none;
}

header {
  width: 100%;
  height: 35.9rem;
  position: relative;
  background-color: #A564FF;
  background-image: url('../images/01_bg_pc.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

header .links {
  width: 25.25rem;
  height: 1.5rem;
  margin: auto;
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  column-gap: 2rem;
}

header .links a {
  height: 1.5rem;
  display: block;
  color: #ffffff;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 0.1rem solid #ffffff;
  flex: 1;
}

header .links a:hover {
  color: #FFFF00;
  border-color: #FFFF00;
}

header .balloon {
  width: 28.25rem;
  height: 8rem;
  position: absolute;
  left: 50%;
  top: 19rem;
  transform: translate(-50%, 0);
  background-image: url('../images/01_balloon.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: column;
  row-gap: 0.45rem;
  align-items: center;
  justify-content: center;
}

header .balloon p {
  text-align: center;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 0.83rem;
}

header .balloon p .look-at {
  color: #FFFF00;
  font-size: 1rem;
}

/* 20250110追加  */
header .balloon p.line1 {
  display: flex;
  align-items: center;
}

header .balloon p.line2 {
  display: flex;
  align-items: center;
}

header .character {
  height: 10.25rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}

/* 切替 */
.result-info {
  /* TODO: 中間結果発表・結果発表時 */
  display: block;
  /* TODO: リリース時 */
  /* display: none; */
  background-color: #FFDC00;
  background-image: url("../images/asset_116.png");
}

.result-info .wrap {
  text-align: center;
}

.btn-base {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-base.result {
  /*margin: 1.8rem 0 0 0;*/
  position: relative;
}

.btn-base.whats-minutes {
  padding-bottom: 1.5rem;
}

.btn-base a {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #191919;
  font-weight: 900;
  transition: filter 0.3s ease-in-out;
}

.btn-base a:hover {
  filter: drop-shadow(0 0 0.2rem rgba(255, 255, 204, 0.8)) brightness(130%) contrast(90%);
}

article#event-info {
  background-color: #D4B9FA;
}


.btn-base.result a {
/*  background-image: url('../images/02_btn01.png'); */
  background-image: url('../images/asset_118.png');
}

.btn-base.result #notice-contest {
  color: #FFFF23;
  background-image: url('../images/asset_118.png');
  /* min-height: 4rem; */
  margin: auto;
  height: 114px;
  padding-bottom: 0.5rem;
}

/*
.btn-base.result p {
  color: #FFFFFF;
  padding: 1em 1em 1em 1em;
  background-image: url('../images/asset_117.png');
} 
 /*
.btn-base.result .notice-label {
  width: 24.75rem;
  height: 2.5rem;
  color: #FFFFFF;
  padding: 0.4em 0em 0.4em 0em;
  background-image: url('../images/asset_117.png');
  background-size: contain;
  background-repeat: no-repeat;
}
  */
#angel {
  height: 4rem;
  vertical-align: top;
}
#small-detail{
  display: inline-block;
  margin-bottom: 0.5rem;
}

#small-detail span{
  font-size: 0.6rem;
  font-weight: 900;
}

article#winning-info {
  background-color: #A564FF;
}

article#winning-info .result-label {
  background-image: url('../images/asset_119.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

article#winning-info .result-label-other {
  background-image: url('../images/asset_124.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2rem;
}

article#winning-info .result-block {
  width: 100%;
}
/* 
article#winning-info .result-block-wrapper {
  display: flex;
  margin-top: 30px;
}
*/

article#winning-info .result-block {
  box-align: Center;
 margin-top: 1.5rem;
 /* margin-bottom: 1rem; */
}

article#winning-info .result-block-horizontal {
  text-align: Center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

article#winning-info .result-block-horizontal img {
  width: 100%;
  height: 234px;
  object-fit: contain;
}

article#winning-info .input-area{
  text-align: Center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
article#winning-info .input-area:nth-of-type(2){
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
article#winning-info .input-area-comment{
  text-align: start;
  margin-bottom: 30px;
}
article#winning-info .input-area-review{
  text-align: start;
  background-color: #AF73FF;
  margin-bottom: 16px;
  padding: 16px;
}
article#winning-info .input-label {
  font-size: 0.667rem;
  font-weight: 900;
  color: #412D5A;
  margin-bottom: 0.25rem;
}
article#winning-info .input-content {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
}
article#winning-info .comment-label {
  font-size: 0.667rem;
  font-weight: 900;
  color: #412D5A;
  margin: 8px 0;
  text-align: center;
}
article#winning-info .review-label {
  font-size: 0.667rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-align: center;
}
article#winning-info .comment-content {
  font-size: 0.667rem;
  font-weight: 400;
  line-height: 1.25em;
  color: #FFFFFF;
}

article#winning-info .contents{
  width: 100%;
  margin: auto;
  /* margin-top: 1.5rem; */
  max-width: 33.5rem;
  display: flex;
  justify-content: center;
}

.btn-base.result a:hover div {
  color: rgba(0, 0, 0, 0.7);
}

.btn-base.result a.interim-result-btn {
  /* TODO: 中間結果発表 */
  display: inline-block;
  /* TODO: それ以外 */
  /* display: none; */
}

.btn-base.result a.result-btn {
  /* TODO: 結果発表 */
  /* display: inline-block; */
  /* TODO: それ以外 */
  display: none;
  background-image: url('../images/02_btn02.png');
}

.btn-base.whats-minutes a:hover div {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(250, 250, 123, 0.207);
  background-position: center;
   border-radius: 2rem;
}

.btn-base.whats-minutes a {
  background-image: url('../images/03_btn.png');
}
.btn-base.guide-discord a {
  background-image: url('../images/asset_123.png');
}
.btn-base.guide-discord a>div {
  font-size: 1.0rem;
  padding-bottom: 0.5rem;
}

.btn-base.guide-discord {
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn-base div {
  width: 24.75rem;
  height: 5.6rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}

.btn-base.result .effect {
  position: absolute;
  width: 2rem;
}

.btn-base.result .effect-1 {
  top: -1em;
  left: -1.5em;
}

.btn-base.result .effect-2 {
  bottom: -1em;
  right: -1.5em;
}

article .wrap {
  padding-top: 2.55rem;
  text-align: center;
}

article .title {
  width: 24.75rem;
  height: 2.5rem;
  margin: auto;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2rem;
  background-image: url('../images/com_titlebase.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

article .title h3 {
  font-size: 1rem;
  font-weight: 900;
  margin: 0.3rem 0;
}

article .title.black {
  filter: invert(90%);
}
article .title.purple{
  background-image: url('../images/asset_125.png');
}

article .title.black h3 {
  filter: none;
  color: #000000;
}
article .title.purple h3 {
  filter: invert(100%) grayscale(100%) contrast(100);
}

article#event-info .contents{
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  max-width: 33.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 2rem;
  row-gap: 1.5rem;
}

article#event-info .contents-theme{
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  max-width: 33.5rem;
}

article#event-info .contents .card {
  width: 100%;
  height: 12.25rem;
  background-image: url('../images/03_cardbase01.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
}
article#event-info .contents-theme .card {
  width: 100%;
  height: 12.25rem;
  background-image: url('../images/03_cardbase05.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
}

article#event-info .contents .card.card-2 {
  background-image: url('../images/03_cardbase02.png');
}

article#event-info .contents .card.card-3 {
  background-image: url('../images/03_cardbase03.png');
}

article#event-info .contents .card.card-4 {
  background-image: url('../images/03_cardbase04.png');
}

article#event-info .contents .card p {
  text-align: center;
  margin: 0;
}
article#event-info .contents-theme .card p {
  text-align: center;
  margin: 0;
}

article#event-info .contents .card p.label {
  position: absolute;
  top: 48%;
  left: 53%;
  transform: translate(-53%, 0);
  font-weight: 500;
  letter-spacing: 0.4em;
}

article#event-info .contents-theme .card p.label {
  position: absolute;
  top: 48%;
  left: 51%;
  transform: translate(-51%, 0);
  font-weight: 500;
  letter-spacing: 0.4em;
}

article#event-info .contents .card .value {
  position: absolute;
  bottom: 0;
  height: 25%;
  width: 100%;
  font-weight: 900;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

article#event-info .contents-theme .card .value {
  position: absolute;
  bottom: 0;
  height: 35%;
  width: 100%;
  font-weight: 900;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

article#event-info .contents .card.card-1 .value {
  font-size: 0.95rem;
}

article#event-info .contents .card.card-2 .value,
article#event-info .contents .card.card-4 .value {
  letter-spacing: -0.1rem;
}


article#event-info .contents .card.card-3 .value span {
  font-size: 2.5rem;
}

article#event-info .contents .card.card-3 .value span.unit {
  font-size: 1.5rem;
}

article#schedule {
  background-color: #6C2BC4;
}

article#schedule .title {
  color: #6C2BC4;
}

article#schedule .contents {
  width: 35rem;
  margin: auto;
  max-width: clamp(20rem, 49.5rem, 97%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.75rem;
  padding-bottom: 2.6rem;
}

article#schedule .contents .card {
  background-color: #6C2BC4;
  width: 100%;
  height: 8rem;
  background-image: url('../images/04_base01_pc.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: table;
}

article#schedule .contents .card.card-2 {
  background-image: url('../images/04_base02_pc.png');
}

article#schedule .contents .card.card-3 {
  background-image: url('../images/04_base03_pc.png');
}

article#schedule .contents .card.card-4 {
  background-image: url('../images/04_base04_pc.png');
}

article#schedule .contents .card p {
  display: table-cell;
  vertical-align: middle;
}

article#schedule .contents .card .label {
  height: 33%;
  display: table-row;
  color: #FFFFFF;
}

article#schedule .contents .card .label p {
  font-size: 1.33rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

article#schedule .contents .card .value {
  display: table-row;
}

article#schedule .contents .card .value p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

article#application-info {
  background-color: #A564FF;
}

article#application-info .title {
  color: #A564FF;
}

article#application-info .wrap {
  background-color: #A564FF;
}

article#application-info .contents {
  width: 100%;
  margin: auto;
  margin-top: 4rem;
  padding-bottom: 3rem;
  padding-right: 0.3rem;
  max-width: clamp(20rem, 49.2rem, 97%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.75rem;
}

article#application-info .contents a {
  color: #1D88FF;
  text-decoration: none;
}

article#application-info .contents a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

article#application-info .contents .card {
  width: 100%;
  height: 8.75rem;
  background-color: #FFFFFF;
  text-align: center;
  display: table;
  position: relative;
  box-shadow: 0.3rem 0.3rem 0px rgba(0, 95, 176, 1);
}

article#application-info .contents .card img {
  position: absolute;
  width: 33.3%;
  top: -25%;
  left: 50%;
  transform: translate(-50%, 0);
}

article#application-info .contents .card p {
  padding-top: 5%;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  font-weight: 700;
}

article#application-info .contents .card p span {
  font-size: 0.7em;
}

article#application-info .contents .card .update {
  position: absolute;
  width: 93%;
  top: 83%;
  left: 0%;
  transform: translate(0, 0);
  display: flex;
  background-color: #DCDCDC;
}

article#application-info .contents .card .update .label {
  width: 27%;
  padding: 2.5% 0;
  background-color: #E6E6E6;
  font-size: 0.5rem;
  color: #787878;
}

article#application-info .contents .card .update .value {
  padding: 2.5%;
  font-size: 0.5rem;
  color: #323232;
}

article#application-pastContests {
  background-color: #00A0D2;
}
.btn-base.guide-pastContests a {
  background-image: url('../images/asset_123.png');
}
.btn-base.guide-pastContests a>div {
  font-size: 1.0rem;
  padding-bottom: 0.5rem;
}
.btn-base.guide-pastContests {
  padding: 1em;
}
article#application-pastContests .wrap {
  padding-top: 0;
}

footer {
  text-align: center;
  padding: 2.5rem 0;
}

footer .logo {
  margin: auto;
  width: 15rem;
}

footer p {
  margin: 1.2rem;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 1300px) {
  header {
    background-size: auto 90%;
  }

  article#application-info .contents .card p {
    letter-spacing: 0;
  }
}

@media (orientation: portrait) {
  * {
    font-size: clamp(1rem, 1rem, calc(1vw * 4));
  }
}

@media screen and ((max-width: 576px) or ((max-height: 576px) and (max-width: 992px))) {

  /* スマホ用のスタイル */
  html {
    font-size: calc(1vw * 4);
  }

  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  header {
    height: calc(100vw * 1.64);
    position: relative;
    background-image: url('../images/01_bg_sp.png');
    background-size: 100%;
  }

  header .wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  header .links {
    width: 90%;
    height: 2rem;
    column-gap: 1rem;
    padding-top: 0;
  }

  header .links a {
    font-size: 0.875rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .balloon {
    width: 85%;
    height: 4.25rem;
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translate(-50%, 0);
    background-size: contain;
    row-gap: 1%;
  }

  header .balloon p {
    font-size: 0.625rem;
  }

  header .balloon p .look-at {
    font-size: 0.75rem;
  }

  header .character {
    width: 100%;
    height: calc(100vw*0.31);
    position: absolute;
    /*left: 0;*/
    bottom: 0;
    /*transform: scaleX(1.25);
    clip-path: inset(0 10% 0 10%);*/
    object-fit: contain;

  }

  .btn-base {
    width: 91%;
  }

  .btn-base div {
    width: 100%;
    height: 3.6rem;
    font-size: 1rem;
  }

  .btn-base a {
    width: 82%;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }

  .btn-base.result {
    /* margin: 2rem 0; */
    display: inline-block;
    padding-top: 0.3rem;
    padding-left: 0.5rem;
  }

  .btn-base.result #notice-contest {
    background-image: url('../images/asset_118sp.png');
    height: 150px;
    position: relative;
  }
  .btn-base.result #notice-contest p br {
    content: "";
    display: block;
    margin-bottom: 1rem;  /* この値で行間を調整 */
  }
  .btn-base.result #small-detail {
    padding-bottom: 1rem;
    position: absolute;
    top:65%;
    left:35%
  }
  #angel {
    padding-top:1rem;
  }

  .btn-base.result .effect {
    width: 1.9rem;
  }

  .btn-base.result .effect-1 {
    top: 0.3rem;
    left: 0.8rem;
  }

  .btn-base.result .effect-2 {
    bottom: -0.2rem;
    right: 0.5rem;
  }

  .btn-base.whats-minutes {
    padding-bottom: 4.5rem;
    width: 100%;
  }

  #small-detail{
    text-align: end;
    margin-top: -0.3rem;
    margin-bottom: -0.5rem;
  }

  article .wrap {
    padding-top: 20%;
    padding-left: 4%;
    padding-right: 4%
  }

  article .title {
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }

  article#event-info .title {
    margin-bottom: 2.2rem;
  }

  article#event-info .contents {
    column-gap: 1rem;
    row-gap: 2.5rem;
    margin-bottom: 2.5rem;
  }

  article#event-info .contents .card {
    width: 100%;
    max-width: 100%;
    height: calc(50vw * 0.72);
  }

  article#event-info .contents .card .label {
    font-size: 0.75rem;
    top: 49%;
    left: 54%;
    transform: translate(-54%, 0%);
  }

  article#event-info .contents-theme .card .label {
    font-size: 0.75rem;
    top: 49%;
    left: 54%;
    transform: translate(-54%, 0%);
  }

  article#event-info .contents .card .value {
    height: calc(50vw * 0.72 * 0.375);
    margin-bottom: 0.6rem;
  }

  article#event-info .contents-theme .card .value {
    height: calc(50vw * 0.72 * 0.375);
    margin-bottom: 2.2rem;
  }

  article#event-info .contents .card.card-1 {
    background-image: url('../images/03_cardbase01_sp.png');
  }

  article#event-info .contents .card.card-2 {
    background-image: url('../images/03_cardbase02_sp.png');
  }

  article#event-info .contents .card.card-3 {
    background-image: url('../images/03_cardbase03_sp.png');
  }

  article#event-info .contents .card.card-4 {
    background-image: url('../images/03_cardbase04_sp.png');
  }
  article#event-info .contents-theme .card.card-0 {
    background-image: url('../images/03_cardbase05_sp.png');
  }

  article#event-info .contents .card.card-1 .value {
    font-size: 0.625rem;
  }

  article#event-info .contents .card.card-2 .value,
  article#event-info .contents .card.card-4 .value {
    font-size: 1rem;
    letter-spacing: 0rem;
  }

  article#event-info .contents .card.card-3 .value span {
    font-size: 2rem;
  }

  article#event-info .contents .card.card-3 .value span.unit {
    font-size: 1.2rem;
  }

  article#schedule .title {
    margin-bottom: 2.5rem;
  }

  article#schedule .contents {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
    padding-bottom: 4.75rem;
  }

  article#schedule .contents .card {
    height: calc(100vw * 0.20);
    font-size: 1rem;
  }

  article#schedule .contents .card.card-1 {
    background-image: url('../images/04_base01_sp.png');
  }

  article#schedule .contents .card.card-2 {
    background-image: url('../images/04_base02_sp.png');
  }

  article#schedule .contents .card.card-3 {
    background-image: url('../images/04_base03_sp.png');
  }

  article#schedule .contents .card.card-4 {
    background-image: url('../images/04_base04_sp.png');
  }

  article#schedule .contents .card .label {
    display: table-cell;
    width: 38%;
    vertical-align: middle;
  }

  article#schedule .contents .card .label p,
  article#schedule .contents .card .value p {
    display: block;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0;

  }

  article#schedule .contents .card .value {
    display: table-cell;
    vertical-align: middle;
  }

  article#application-info .contents {
    width: 91%;
    margin-top: 2.5rem;
    padding-bottom: 5rem;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }

  article#application-info .contents .card {
    height: 4.9rem;
    box-shadow: 0px 0.3rem 0px rgba(0, 95, 176, 1);
  }

  article#application-info .contents .card img {
    position: absolute;
    width: auto;
    height: 70%;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
  }

  article#application-info .contents .card p {
    padding-top: 0;
    padding-left: 23.5%;
    text-align: left;
    font-size: 0.75rem;
  }

  article#application-info .contents .card span {
    font-size: 0.85em;
    letter-spacing: 0;
  }

  article#application-info .contents .card .update {
    width: 44%;
    height: 15%;
    top: 80%;
    left: auto;
    right: 0;
    transform: translate(0, 0);
    font-size: 0.5rem;
  }

  article#application-info .contents .card .update .label {
    font-size: 0.5rem;
    padding: 1%;
  }

  article#application-info .contents .card .update .value {
    font-size: 0.5rem;
    padding: 1%;
  }

  footer {
    padding: 5rem;
  }

  footer .logo {
    width: 10rem;
  }

  footer p {
    margin: 2rem;
    font-size: 0.625rem;
  }

  article#winning-info .result-block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  article#winning-info .result-block1 {
    align-self: center;
    text-align: center;
  }
  /*
  article#winning-info .result-block-horizontal {
    align-self: center;
    text-align: center;
  }
  */
  
  article#winning-info .result-block1 {
    width: 100%;
  }
  article#winning-info .result-block2 {
    width: 100%;
  }
  .btn-base.guide-discord a>div {
    margin-left: -0.4rem;
    font-size: 0.7rem;
    padding-bottom: 0.3rem;
  }
  .btn-base.guide-pastContests a>div {
    margin-left: -0.4rem;
    font-size: 1rem;
    padding-bottom: 0.3rem;
  }

  article#winning-info .result-label {
    background-image: url('../images/asset_119.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  
  article#winning-info .result-label-other {
    background-image: url('../images/asset_124.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
}
@media screen and (min-width:576px)and (max-width: 698px) {
  article#winning-info .result-block2 {
    width: 60%;
    margin-right: 0rem;
  }
}