.intercircle p  {
    padding: 15px 0px 15px 0px;
    border: 1px solid black;
    margin-top: 17px;
}

.tab-content-inside {
  border: 1px dashed black;
  overflow: hidden;
  padding: 16px 30px;
}

.facebook, .twitter, .pinterest {
display: inline-block;
padding-bottom: 25px;
}

.adsbgbox {
padding: 20px;
border-top: 1px dashed black;
border-bottom: 1px dashed black;
}


* {
outline: none;
}

#gui div p  {
font-size: 18px;
font-weight:bold;
line-height: 24px;
}

textarea {
box-sizing: border-box;
background-color: #f8f8f8;
border: none;
min-height: 9em;
width: 100%;
}

button {
background-color: #e7e7e7;
font-family: Roboto;
color: black;
border: none;
padding: 1.5em 2.5em;
font-size: 1em;
}


main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 3vh;
padding-bottom: 2vh;
}

.formContainer {
background-color: #fff;
padding: 1rem 0;
width: 100%;
color: black;
box-shadow: 0px 0px 3px black;
display: flex;
flex-direction: column;
align-items: center;
gap: 1vh;
margin-bottom: 23px;
}


.wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

button {
cursor: pointer;
font-family: helvetica;
background-color: #f84251;
color: white;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
border-radius: 3px;
width: 100%;
display: block;
padding: 14px 0px;
margin: 10px 0px 10px 0px;
border: 1px solid #f84251;
}

button:hover {
background-color: white;
color: black;
border: 1px solid white;
}

.container-box {

  padding-top: 9px!important;
}



.title {
font-size: 15px;
}
