.center{
  height:40vh;
  display:flex;
  
  justify-content:center;
  text-align:center;
  align-items:center;
  font-family:fangsong;
  font-size:90px;
  background-color:black;
  color:rgb(17, 17, 17);
  background-image: url('https://image.freepik.com/free-vector/economic-graph-with-diagrams-stock-market_87788-76.jpg');
}

.abevent{
    height: auto;
    background-color:white ;
  
}

.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    margin-top: 0;
  }
  .typing{
    font-size: 2em;
  }
  .center{
    height:20vh;
    display:flex;
    
    justify-content:center;
    text-align:center;
    align-items:center;
    font-family:fangsong;
    font-size:60px;
    background-color:black;
    background-position:center ;
    color:rgb(17, 17, 17);
    background-image: url('https://image.freepik.com/free-vector/economic-graph-with-diagrams-stock-market_87788-76.jpg');
  }
  
}














/* general styling */


.timer {
  height: 100%;
  margin: 0;
}

.timer {
  align-items: center;
  background-color: #130f40;
background-image: linear-gradient(315deg, rgb(63, 63, 60) 0%, #000000 74%);
  display: flex;
  font-family: -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Roboto, 
    Oxygen-Sans, 
    Ubuntu, 
    Cantarell, 
    "Helvetica Neue", 
    sans-serif;
}

.containerd {
  color: rgb(253, 249, 249);
  margin: 0 auto;
  text-align: center;
}

#headline {
  font-weight: normal;
  letter-spacing: .125rem;
  color: gold;
  text-transform: uppercase;
}

li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  display: block;
  font-size: 3rem;
}

.messages {
  font-size: 4rem;
  display: none;
  padding: 1rem;
}

.emoji {
  padding: 0 .25rem;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  
  li {
    font-size: 1.125rem;
    padding: .75rem;
  }
  
  li span {
    font-size: 3.375rem;
  }
}
.buttonnines{
  color: black;
  background-color: gold;
  border: none;
  margin: 10px;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}
.buttonnines:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}
input[type=text],input[type=email], input[type=text] {
  width: 100%;
  border-radius: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  margin-top: 40px;
}

input[type=submit] {
  background-color: black;
  color:gold;
  border-radius: 20px;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: goldenrod;
  color: black;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  input[type=text],input[type=email], input[type=text] {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
}