.wrapper {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;  
}
  
.item1 {
    margin-bottom: auto;
}
  
.item2 {
    margin-top: -100px;
}
  
.button {
    background-color: #1f1f1f;
    color: #FFFFFF;
}

.wrapper2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px; 
}

.selector {
    text-align: center;
    border: 3px solid rgb(31, 31, 31);
    background-color: rgb(31, 31, 31);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 175px;
}

.contain3333 {
    max-width: max-content;
    margin: auto;
    width: 75%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background-color: rgb(24, 24, 24);
    color: rgb(255, 255, 255);
}

.FIVE {
    width: 100%;
    margin: auto auto; /* Center the block */ 
    height: 5%;
    border-style: solid;
    background-color: #1a283e;

    display: flex;
    flex-direction: row;
    align-items: center;
}

body {
    background-color: rgb(24, 24, 24);
    color: rgb(167, 167, 167);
    font-family: Arial, sans-serif;
}

.centered { 
    width: 100%; /* Set a width */ 
    margin: 0 auto; /* Center the block */ 
} 

h1 {
    font-family: "Lato", serif;
    font-weight: 800;
    font-style: normal;
}

h2 {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}

h3 {
    font-family: "Lato", serif;
    font-weight: 600;
    font-style: normal;
}

p {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}

a:link {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
    
a:visited {
    color: rgb(202, 222, 255);
    background-color: transparent;
    text-decoration: none;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

p3 {
    margin-left: auto; 
    margin-right: 0;  
}

.centertext_border {
    text-align: center;
    vertical-align: middle;
    line-height: 5%;       /* The same as your div height */
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/* CSS */
.button-41 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #00D775, #00BD68);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  height: 44px;
  line-height: 44px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
}

.button-41:hover {
  background: #00bd68;
}