* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #e4eaf3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 10vh;
    flex-direction: column; 
}

.card {
  flex:1;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 500px;
}

.header {
	display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
  background-color: #537ac4;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.figure-logo {
  align-items: center;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  column-gap: 12px;
  display: flex;
  flex-direction: column;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 139px;
  justify-content: flex-start;
  letter-spacing: normal;
  line-height: 24px;
  margin-block-end: 0px;
  margin-block-start: 0px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  row-gap: 12px;
  scrollbar-color: rgb(174, 192, 234) rgba(93, 130, 213, 0.2);
  text-rendering: optimizeSpeed;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  word-break: break-word;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -webkit-font-smoothing: antialiased;
}
.logo-div {
  align-items: center;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-sizing: border-box;
  color: rgb(34, 34, 34);
  display: flex;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 95px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-color: rgb(174, 192, 234) rgba(93, 130, 213, 0.2);
  text-rendering: optimizeSpeed;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  width: 95px;
  word-break: break-word;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-font-smoothing: antialiased;
}

.logo {
  width: 100%;
  height: 100%;
}

.header h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.add-btn {
  align-items: center;
  appearance: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: rgb(255, 255, 255);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  font-family: Rubik, sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: 100%;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-emoji: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 600;
  height: 42px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 15.6px;
  margin-bottom: 0px;
  margin-left: 91.75px;
  margin-right: 91.75px;
  margin-top: 0px;
  min-width: 64px;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-block-end: 11px;
  padding-block-start: 11px;
  padding-bottom: 11px;
  padding-inline-end: 12px;
  padding-inline-start: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 11px;
  position: relative;
  scrollbar-color: rgb(174, 192, 234) rgba(93, 130, 213, 0.2);
  text-align: center;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  text-transform: none;
  transition-behavior: normal, normal, normal, normal;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-duration: 0.25s, 0.25s, 0.25s, 0.25s;
  transition-property: background-color, box-shadow, border-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  vertical-align: middle;
  word-break: break-word;
  word-spacing: 0px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-image: none;
}


.add-btn:hover {
      background: none;
    border-color: white;


    box-shadow: none;


    text-decoration: none;
    background-color: rgba(25, 118, 210, 0.04);
    border: 1px solid white;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  background-color: #537ac4;
}

.tab {
  align-items: flex-start;
  appearance: auto;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(255, 255, 255);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(255, 255, 255);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  font-family: Rubik, sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: 100%;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-emoji: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 500;
  height: 32px;
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  opacity: 0.6;
  padding-block-end: 6px;
  padding-block-start: 6px;
  padding-bottom: 6px;
  padding-inline-end: 24px;
  padding-inline-start: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  position: relative;
  scrollbar-color: rgb(174, 192, 234) rgba(93, 130, 213, 0.2);
  text-align: center;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
  text-transform: none;
  word-break: break-word;
  word-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -webkit-border-image: none;
}


.tab.active {
  background-color: white;
  color: black;
  opacity: 1;
  font-weight: bold;
}

.content {
  padding: 20px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item {
  border-bottom-color: rgb(240, 240, 240);
  border-bottom-style: solid;
  border-bottom-width: 0.666667px;
  border-left-color: rgb(240, 240, 240);
  border-right-color: rgb(240, 240, 240);
  border-top-color: rgb(240, 240, 240);
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  column-gap: 10px;
  display: flex;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 68.6667px;
  letter-spacing: normal;
  line-height: 24px;
  padding-bottom: 20px;
  row-gap: 10px;
  scrollbar-color: rgb(174, 192, 234) rgba(93, 130, 213, 0.2);
  text-rendering: optimizespeed;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  width: 333.333px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
.icon {
  align-items: flex-start;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  justify-content: flex-start;
  letter-spacing: normal;
  line-height: 24px;
  min-width: 23px;
  padding-top: 0px;
  scrollbar-color: rgb(174, 192, 234) rgba(93, 130, 213, 0.2);
  text-rendering: optimizespeed;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  width: 23px;
  word-break: break-word;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  -webkit-font-smoothing: antialiased;
}

.text-b {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  column-gap: 4px;
  display: flex;
  flex-basis: 0%;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  letter-spacing: normal;
  line-height: 24px;
  row-gap: 4px;
  scrollbar-color: rgb(174, 192, 234) rgba(93, 130, 213, 0.2);
  text-rendering: optimizespeed;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  width: 300.333px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}


.text {
  font-size: 16px;
}

.text a {
  color: #4b87dc;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
}

.social-icon {
  text-decoration: none;
  color: #4b87dc;
  font-size: 28px;
  transition: transform 0.2s;
}

.social-icon:hover {
  transform: scale(1.2);
}

@media (max-width: 480px) {
  body {
    padding: 1vh;
  }

  .header h1 {
    font-size: 20px;
  }

  .content {
    padding: 15px;
  }
}
