@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

* {

--dark1: #607274;
--dark2: #8e8e8e;
--dark3: #B2A59B;
--light1: #909b94;

}
.square {
    float:left;
    position: relative;
    width: 23.3%;
    padding-bottom : 23.3%;
    margin: .6% .62% 1.2% .62%;
    overflow:hidden;
    border-color: white;
    border-width: 3px;
    border-style: solid;
    height: 0;
    box-shadow: 4px 4px 4px black;
    font-family: 'Lato',verdana, sans-serif;
    font-size: clamp(.5rem, 1.2vw, 1.4rem);
}
.square::before {
    content: '';
    display: block;
    padding-top: 100%; /* height that is 100% of width */
}
.squareMini {
    flex: 1;
    height: auto;
    float:left;
    position: relative;
    overflow:hidden;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    font-size: clamp(.1rem, .8vw, 1rem);
    color: black;
}
.squareMini::before {
    content: '';
    display: block;
    padding-top: 100%; /* height that is 100% of the width */
}
.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content .me{
    width:auto;
    height:auto;
    max-height:100%;
    max-width:100%;
    border-radius:5%;
}
.content .wordle{
  position: absolute;
  width:auto;
  height:auto;
  max-height:100%;
  max-width:100%;
  border-radius:5%;
}
.content .gglogo{
  width:auto;
  height:auto;
  margin:auto;
  max-width:50%;
  padding-top: 10px;
}
.calcContent {
  position: absolute;
  top: 7%;
  left: 5%;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  font-size: clamp(.5rem, 1.2vw, 1.4rem);
  padding-right: 5%;
}
#matterjsContainer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#logoCenter {
  position: absolute;
  text-align: center;
  font-size: 24px;
  vertical-align: top;
  left: 0;
}
.table{
    display:table;
    width:100%;
    height:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
}
.table-cell ul {
  text-align: left;
  padding-left: 15px;
  padding-right: 5px;
  list-style-position: inside;
  font-family: 'Lato',verdana, sans-serif;
}
.table-cell-calc{
  display:table-cell;
  vertical-align:top;
}
li{
    margin: 0 0 0 10%;
    padding:0;
}
/*  For responsive images as background */
.bg{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    color:#fff;
}
body {
    font-size:20px;
    font-family: 'Lato',verdana, sans-serif;
    color: #fff;
    text-align:center;
    background:#474646;
}
p{
    margin:0;
    padding:0;
    text-align:left;
}
#bottom {
    clear:both;
    margin: .6% .62% 1.2% .62%;
    width:97%;
    padding: 1.2% .6%;
    background-color:#ffffff;
    color: #fff;
    border-radius: 24px;
    box-shadow: 4px 4px 4px black;
}
.flexHappy, .flexHappyBottom {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.buyBox1, .buyBox2, .buyBox3 {
    flex: 1;
    margin: 0 10px;
    height: auto;
    max-height: 90%;    
    border-style: solid;
    border-width: 6px;
    border-radius: 10px;
    max-width: 95%;
}
.buyBox1 { 
  border-color: var(--dark1);
}
.buyBox2 {
  border-color: var(--dark3);
}
.buyBox3 {
  border-color: var(--dark2);
}
#googleForm {
  width: 98%;
  height: 900px;
}
.buyHeader1, .buyHeader2, .buyHeader3 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0px;
    text-align:center;
    font-family: 'Comfortaa', sans-serif;
    display: flex;
    justify-content: center; /* horizontally */
    align-items: center; /* vertically */
}
.buyHeader1 svg, .buyHeader2 svg, .buyHeader3 svg {
    margin-left: 10px; /* space between icon and text */
}
.buyHeader1 {
  background-color: var(--dark1);
}
.buyHeader2 {
    background-color: var(--dark3);
}
.buyHeader3 {
    background-color: var(--dark2);
}
.price {
    background-color: white;
    display: block;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 15px 5px 25px;
    color: #000000;
    font-family: "Trebuchet MS", Arial, sans-serif;
}
.price ul {
    text-align: left;
    padding-left: 2%;
    margin: 5% 0 5%;
    list-style-position: inside;
    font-family: 'Lato',verdana, sans-serif;
}
.priceUnit {
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 10px;
}
.someText {
    text-transform: uppercase;
    font-size: 15px;
    text-align: start;
    line-height: 1.6;
}
.warning {
    text-transform: uppercase;
    font-size: 15px;
    text-align: start;
    line-height: 3;
}
.buyButton {
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	background-color:#768d87;
	border-radius:5px;
	border:2px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
  font-family: 'Lato',verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:11px 18px;
	text-decoration:none;
}
.buyButton:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
}
.buyButton:active {
	position:relative;
	top:1px;
}
.buyButton2x2 {
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	background-color:#768d87;
	border-radius:5px;
	border:2px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
  font-family: 'Lato',verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;
}
.buyButton2x2:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
}
.buyButton2x2:active {
	position:relative;
	top:1px;
}
.quantity {
    font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center; /* Center vertically */
      padding: 5px;
      margin-bottom: 5px;
}
.quantity-input {
    font-size: 20px;
    border: 5px solid #293232;
    background: #e3e0e0;
    border-radius: 6px;
}
.plus-minus {
    background-color: #8e8e8e;
    color: white;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.plus-minus:hover {
    background-color: #B2A59B;
}
.dang-space {
    width: 5px;
}
.box {
    position: absolute;
    color: #eee;
    cursor: move;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
    text-shadow: 2px 2px 3px #38e;
}

/* = cute collection of things */
#redis {
    height: 50px;
    width: 80px;
    background: #AA514E;
    font-size: 10px;
}
#serverless {
    height: 40px;
    width: 90px;
    background: #555;
    font-size: 7px;
}
#sql {
    height: 50px;
    width: 50px;
    background: #514198;
    font-size: 8px;
}
#mouse {
    height: 55px;
    width: 40px;
    transform-origin: center;
    background: white url("../images/mouse.png") no-repeat center center;
    background-size: cover;
    border-radius: 40%;
}
#floppy {
    height: 50px;
    width: 50px;
    transform-origin: center;
    background: white url("../images/floppy.png") no-repeat center center;
    background-size: cover;
    border-radius: 2px;
}
#github {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transform-origin: center;
    background: white url("../images/github-mark.png") no-repeat center center;
    background-size: cover;
}
#chromeapps {
    height: 30px;
    width: 30px;
    border-radius: 30%;
    transform-origin: center;
    background: white url("../images/chromeapps.png") no-repeat center center;
    background-size: cover;
}
#magento {
    height: 30px;
    width: 30px;
    border-radius: 5%;
    transform-origin: center;
    background: white url("../images/magento.png") no-repeat center center;
    background-size: cover;
}
#bulb {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    transform-origin: center;
    background: white url("../images/bulb.png") no-repeat center center;
    background-size: cover;
}
#cloud {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform-origin: center;
    background: white url("../images/cloud.png") no-repeat center center;
    background-size: cover;
}
#wp {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    transform-origin: center;
    background: white url("../images/wp.png") no-repeat center center;
    background-size: cover;
}
#prompt {
    height: 80px;
    width: 80px;
    border-radius: 5%;
    transform-origin: center;
    background: white url("../images/prompt.png") no-repeat center center;
    background-size: cover;
}
#ground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #666;
    height: 25px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

  /* = styled checkmark */

.squaredTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 2px auto;
    background: #fcfff4;
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredTwo label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredTwo label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
    opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
    visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* = common packages calculator */
.row {
    height: auto;
    width: 100%;
    display: flex;
    align-items:flex-end;
    margin-top: 1%;
    align-items: center;
}
.left {
    font-family: 'Lato',verdana, sans-serif;
    font-size: clamp(.5rem, 1.1vw, 1.4rem);
}
.separator{
    flex-grow:1;
}
.right1 {
    margin-right: 5px;
}
.right2 {
    margin-right: 5px;
}
.cost {
    color: black;
    min-width: 60px;
    height: auto;
    text-align: right;
    position: relative;
    margin: 1% auto;
    background: #fcfff4;
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(.8rem, 1.4vw, 1.7rem);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.calcTop {
      border: 3px solid #fcfff4;
      height: auto;
      padding: 3%;
      border-radius: 10px;
      margin: 1% 0px 3% -2%;
      font-size: clamp(.5rem, 1.0vw, 1.4rem);
      font-family: 'Lato',verdana, sans-serif;
}
.calcBottom {
      border: 3px solid #fcfff4;
      height: auto;
      padding: 3%;
      border-radius: 10px;
      margin: 1% 0px 2% -2%;
      font-size: clamp(.5rem, 1.0vw, 1.4rem);
      font-family: 'Lato',verdana, sans-serif;
}
.calcHeader {
  margin-bottom: 3%;
}
.calcTotal {
      width: auto;
      position: relative;
      height: auto;
      padding: 2px 4px 0px 2px;
      font-size: clamp(.8rem, 1.4vw, 1.7rem);
      text-align: right;
      min-width: 54px;
      font-family: "Share Tech Mono", monospace;
      font-weight: 400;
      font-style: normal;
      margin-top: 2%;
      background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
      box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
   
}
.iconsInfo {
      height: 21px;
      width: 21px;
      color: rgb(24, 48, 75);
      background-color: white;
      border-radius: 50%;
      margin-right: 8px;
}
.iconsInfo:hover {
      color: lightblue;
      cursor: help;
      background-color: rgb(24, 48, 75);
}
.tt {
  color: rgb(188, 234, 188);
}
.tt:hover {
  cursor: help;
  color: lightblue;
}
.iconsCart {
      height: 18px;
      width: 18px;
      color: green;
      background-color: white;
      border-radius: 50%;
      padding: 2px 3px 1px 1px;
}
.iconsCart:hover {
      color: white;
      background-color: green;
      cursor: pointer;
}
.iconsCartInactive {
      height: 18px;
      width: 18px;
      color: rgb(128, 134, 128);
      background-color: white;
      border-radius: 50%;
      padding: 2px 3px 1px 1px;
}
.iconsCartInactive:hover {
      cursor: default;
}
.tooltip {
      -webkit-border-radius: 1px 40px 29px 24px;
      -moz-border-radius: 1px 40px 29px 24px;
      border-radius: 1px 40px 29px 24px;
      color: white;
      width: 50%;
      padding: 1rem;
      background-color: #444444;
      position: absolute;
      text-align: left;
      box-shadow:0 1px 8px rgba(0,0,0,0.5);
      visibility:hidden; opacity:0; transition:opacity 0.8s;
      transition: 500ms;
      z-index: 0;
      font-size:18px;
      font-family: "Share Tech Mono", monospace;
      font-weight: 400;
      font-style: normal;
}
.tooltip ul {
      padding-left: 0px;
}
.tooltip .close-btn {
      position: absolute;
      top: 3px;
      right: 5px;
      padding: 5px 16px 10px 10px;
      cursor: pointer;
      font-size: 1.5rem;
}
.teeny {
    font-size:15px;
}
.twobytwo {
    display: none;
}
.twobytwoList {
    display: none;
}

/* Responsive design adjustments */

@media screen and (max-width: 1460px) {
  .squaredTwo {
    width: 24px;
    height: 24px;
    margin: 2px auto;
  }
  .squaredTwo label {
    width: 16px;
    height: 16px;
    left: 4px;
    top: 4px;

  }
  .cost {
    min-width: 45px;
  }
  .iconsCart {
    height: 16px;
    width: 16px;
  }
  .iconsCartInactive {
    height: 16px;
    width: 16px;
  }
  .calcTop {
    border: 3px solid #fcfff4;
    height: auto;
    padding: 2%;
    border-radius: 10px;
    margin: 1% 0px 4% -2%;
  }
  .calcBottom {
    border: 3px solid #fcfff4;
    height: auto;
    padding: 2%;
    border-radius: 10px;
    margin: 1% 0px 1% -2%;
  }
  .calcHeader {
    margin-bottom: 1%;
  }
  .calcTotal {
    width: auto;
    height: auto;
    padding: 1px 3px 0px 1px;
    min-width: 54px;
    margin-top: 1%;
  }
}

@media screen and (max-width: 1340px) {
  .calcTop {
    border: 3px solid #fcfff4;
    height: auto;
    padding: 2%;
    border-radius: 10px;
    margin: 1% 0px 2% -2%;
  }
}

@media screen and (max-width: 1190px) {
  #squareMe {
    display: none;
  }
  .square {
    width: 31.5%;
    padding-bottom : 31.5%; /* = width for a 1:1 aspect ratio */
    margin: .55% .7% 1.2% .5%;
    font-size: clamp(.6rem, 1.6vw, 2rem);
  }
  .twobytwo {
    display: block;
    position: absolute;
    bottom: 0;
    left: 48%;
    transform: translateX(-50%); /* Centers the block horizontally */
    z-index: 10; /* Ensures it's above the logo image */
  }
  .left {
    font-size: clamp(.5rem, 1.4vw, 1.8rem);
  }
  .squareMini {
    width: 100px;
    height: 100px;
    background-color: var(--dark3);
    border-radius: 30px;
    margin: 10px; /* space between mini squares */
  }
  .calcTop {
    padding: 3%;
    margin: 1% 0px 3% -2%;
    font-size: clamp(.5rem, 1.4vw, 1.8rem);
  }
  .calcBottom {
    padding: 3%;
    border-radius: 10px;
    margin: 1% 0px 2% -2%;
    font-size: clamp(.5rem, 1.4vw, 1.8rem);
  }
  .flexHappyBottom {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-evenly; 
    align-items: stretch; 
 }
 .buyBox1, .buyBox2 {
    flex-basis: 45%; 
    flex-grow: 0;
    flex-shrink: 1;
    height: auto;
    max-height: 90%;
    border-style: solid;
    border-width: 6px;
    border-radius: 10px;
    margin: 5px 5px; 
 }
 .buyBox1 {
    border-color: var(--dark1);
 }
 .buyBox2 {
    border-color: var(--dark3); 
 }
 .buyBox3 {
    flex-basis: 90%; 
    height: auto;
    max-height: 90%;
    border-color: var(--dark2);
    border-style: solid;
    border-width: 6px;
    border-radius: 10px;
    margin: 1.6% 1.8%;
 }
 #googleForm {
  width: 90%;
  height: 800px;
 }
}

@media screen and (max-width: 1000px) {
  #squareMe {
    display: none;
  }
  .square {
    width: 48%;
    padding-bottom : 48%; /* = width for a 1:1 aspect ratio */
    margin: .6% .62% 1.2% .62%;
  }
  #squareList {
    display: flex;;
    text-align: center;
    position: relative;
    width: 98%;
    font-size: clamp(1.4rem, 2.9vw, 3.3rem);
    margin-bottom: 1.8%;
  }
  .twobytwo {
    display: block;
    position: absolute;
    bottom: 0;
    left: 48.5%;
    z-index: 11; /* triggers tooltip pos under 1k */
  }
  .twobytwoList {
    display: flex;
    align-items: flex-start;
  }
  .alignthings1, .alignthings2, .alignthings3 {
    width: 33%;
    box-sizing: border-box;
    padding: 0px;
  }
  .alignthings1 ul, .alignthings2 ul, .alignthings3 ul {
    padding: 0px;
    margin-bottom: 0px;
  }
  .squareMini {
    width: 125px; 
    height: 125px; 
  }
  .left {
    /* font-size: clamp(.5rem, 1.4vw, 1.8rem); */
    font-size: clamp(1rem, 2.4vw, 2.8rem);
  }
  .cost {
    min-width: 45px;
  }
  .iconsCart {
    height: 20px;
    width: 20px;
  }
  .iconsCartInactive {
    height: 20px;
    width: 20px;
  }
  .calcTop {
    border: 3px solid #fcfff4;
    height: auto;
    padding: 2%;
    border-radius: 10px;
    margin: 1% 1% 4% -2%;
  }
  .calcBottom {
    border: 3px solid #fcfff4;
    height: auto;
    padding: 2%;
    border-radius: 10px;
    margin: 1% 0px 1% -2%;
  }
  .calcHeader {
    margin-bottom: 2%;
  }
  .calcTotal {
    width: auto;
    height: auto;
    padding: 1px 3px 0px 1px;
    min-width: 54px;
    margin-top: 2%;
  }
  .row {
    font-size: clamp(1rem, 2.4vw, 2.8rem);
  }
  .table-cell ul {
    padding-left: 5px;
    padding-right: 1px;
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
  }
  .table-cell-calc{
    font-size: clamp(1.2rem, 2.6vw, 3rem);
  }
  .tooltip {
    width: 50%;
    padding: 1rem;
    font-size:15px;
    -webkit-border-radius: 40px 1px 29px 24px;
    -moz-border-radius: 40px 1px 29px 24px;
    border-radius: 40px 1px 29px 24px
  }
  .teeny {
    font-size:14px;
}
  
}

@media screen and (max-width: 890px) {
  .alignthings1 ul, .alignthings2 ul, .alignthings3 ul {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 840px) {
  .square {
    width: 98%;
    padding-bottom : 98%; /* = width for a 1:1 aspect ratio */
    font-size: clamp(1.2rem, 2.8vw, 3.4rem);
  }
  .alignthings1 ul, .alignthings2 ul, .alignthings3 ul {
    padding: 0px;
    margin-bottom: 0px;
  }
  .calcContent {
    top: 5%;
    left: 3%;
    font-size: clamp(1.2rem, 2.8vw, 3.4rem);
  }
  .left {
    font-family: 'Lato',verdana, sans-serif;
    font-size: clamp(1.6rem, 3.2vw, 3.8rem);
  }
  .cost {
    color: black;
    min-width: 60px;
    height: auto;
    text-align: right;
    position: relative;
    margin: 1% auto;
    background: #fcfff4;
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1.2rem, 2.8vw, 3.4rem);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .calcHeader {
  margin-bottom: 3%;
  }
  .calcTotal {
      width: auto;
      position: relative;
      height: auto;
      padding: 2px 4px 0px 2px;
      font-size: clamp(1.2rem, 2.8vw, 3.4rem);
      text-align: right;
      min-width: 54px;
      font-family: "Share Tech Mono", monospace;
      font-weight: 400;
      font-style: normal;
      margin-top: 2%;
      background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
      box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
   
  }
  .iconsInfo {
      height: 21px;
      width: 21px;
      color: rgb(24, 48, 75);
      background-color: white;
      border-radius: 50%;
  }
  .iconsInfo:hover {
      color: lightblue;
      cursor: help;
      background-color: rgb(24, 48, 75);
  }
  .iconsCart {
      height: 18px;
      width: 18px;
      color: green;
      background-color: white;
      border-radius: 50%;
      padding: 2px 3px 1px 1px;
  }
  .iconsCart:hover {
      color: white;
      background-color: green;
      cursor: pointer;
  }
  .iconsCartInactive {
      height: 18px;
      width: 18px;
      color: rgb(128, 134, 128);
      background-color: white;
      border-radius: 50%;
      padding: 2px 3px 1px 1px;
  }
  .iconsCartInactive:hover {
      cursor: default;
  }
  .table-cell ul {
    -moz-column-count: 1;
    -moz-column-gap: 5px;
    -webkit-column-count: 1;
    -webkit-column-gap: 5px;
    column-count: 1;
    column-gap: 5px;
}
  .tooltip {
    -webkit-border-radius: 1px 40px 29px 24px;
    -moz-border-radius: 1px 40px 29px 24px;
    border-radius: 1px 40px 29px 24px;
    width: 60%;
  }
  .holdcalcs {
    display: flex;
    align-items: flex-start;
  }
  .calcTop, .calcBottom {
    border: 3px solid #fcfff4;
    height: auto;
    padding: 3%;
    border-radius: 10px;
    margin: 1% 1% 3% 1%;
    font-size: clamp(1.2rem, 2.8vw, 3.4rem);
    font-family: 'Lato',verdana, sans-serif;
    width: 48%;
    box-sizing: border-box;
  }
  .row {
    font-size: clamp(1.6rem, 3.2vw, 3.8rem);
    margin-top: 3%;
    align-items: center;
  }
  #googleForm {
    width: 95%;
    height: 825px;
  }
}

@media screen and (max-width: 660px) {
  /* Other adjustments for smaller screens */
  .alignthings1, .alignthings2, .alignthings3 {
      width: 100%; /* Adjust these containers to take full width if necessary */
  }
  .buyBox1, .buyBox2 {
    flex-basis: 95%; 
    flex-grow: 0;
    flex-shrink: 1;
    height: auto;
    max-height: 90%;
    border-style: solid;
    border-width: 6px;
    border-radius: 10px;
    margin: 5px 5px; 
  }
  #googleForm {
    height: 850px;
  }
}

@media screen and (max-width: 500px) {
  .table-cell-calc, .row, .left{
    font-size: clamp(1.3rem, 2.4vw, 3rem);
    margin-top: 2px;
  }
}

@media screen and (max-width: 420px) {
  /* Other adjustments for smaller screens */
  #googleForm {
    width: 99%;
    height: 875px;
  }
  .table-cell-calc, .row, .left{
    font-size: clamp(1.2rem, 2.3vw, 2.8rem);
  }
  #squareList {
    font-size: clamp(1.2rem, 2.3vw, 2.8rem);
  }
  .tooltip {
    font-size: 14px;
    width: 65%;
  }
  .teeny {
    font-size:13px;
}
}

@media screen and (max-width: 405px) {
  /* Other adjustments for smaller screens */
  #googleForm {
    height: 900px;
  }
  .table-cell-calc, .row, .left{
    font-size: clamp(1rem, 1.2vw, 2.8rem);
  }
  #squareList {
    font-size: clamp(1rem, 1.2vw, 2.8rem);
  }
  .tooltip {
    font-size: 13px;
  }
  .teeny {
    font-size:12px;
}
}

@media screen and (max-width: 370px) {
  #googleForm {
    height: 1000px;
  }
  .table-cell-calc, .row, .left{
    font-size: clamp(.6rem, 1vw, 1.2rem);
  }
  #squareList {
    font-size: clamp(.9rem, 1vw, 1.2rem);
  }
  .someText {
    font-size: clamp(.8rem, 1vw, 1.2rem);
  }
  .iconsInfo {
    height: 15px;
    width: 15px;
 }
 .tooltip {
  font-size: 12px;
}
.teeny {
  font-size:11px;
}
}

@media screen and (max-width: 325px) {
  .iconsInfo {
    height: 13px;
    width: 13px;
 }
 .price {
    padding: 5px 0px 0px 0px;
 }
 .squareMini {
    margin: 5px;
 }
}

@media screen and (max-width: 315px) {
  .iconsInfo {
    height: 12px;
    width: 12px;
  }
  .squareMini {
    width: 90px;
    height: 90px;
  }
  #squareList {
    padding-top: 20px;
    font-size: clamp(.8rem, 1vw, 1.2rem);
  }
  .table-cell-calc, .row, .left{
    font-size: clamp(.7rem, 1vw, 1.2rem);
  }
}