    .header{
	border-bottom: 1px solid #494a5a;
	padding-bottom: 1px;
    


}

.header span{
	font-size: 40px;
  margin-left: 30px;
  margin-top: -15px;

	
}

.month{
	font-size: 18px;
	color: #575757;
  margin-left: 20px;
	/* padding: 0px; */
	/* margin: 10px; */
  /* margin-left: 0px;
  margin-bottom: 20px; */
}

.price{
  margin-top: 20px;
}

.starterhost,
.bussinesshost,
.prohost {
    flex: 1;
    min-width: 250px;
}
/* Make middle container larger */
.bussinesshost {
    flex: 1.2;
}
@media screen and (max-width: 768px) {
    .containerline {
        flex-direction: column;
        align-items: center;
    }

    .starterhost,
    .bussinesshost,
    .prohost {
        width: 90%;
        max-width: 400px;
        margin-bottom: 20px;
    }
}
.starterhost {
    border-radius:20px;
        border: 2px solid black;
        max-width: 480px;
        text-align: center;
        width: 350px; 

}
  


.bussinesshost {
    align-items: center;
            border-radius: 20px;
                 margin-bottom: 100px;
                  flex: 1;
    max-width: 250px;
    padding: 20px;
    border: 2px solid black;
        flex-wrap: wrap;   

}






.prohost {
    align-items: end;
    border: 2px solid black;
        border-radius: 20px;
           max-width: 250px;
             flex: 1;
  
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
        flex-wrap: wrap;   



}
  .centerorder {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

.button {
  color: white;
  background-color: #222;
  font-weight: 500;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  cursor: pointer;
  text-align: center;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  border: none;
}

.button:hover {
  background-color: #333;
}

.button svg {
  display: inline;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.75rem;
  color: white;
}

.button:focus svg {
  animation: spin_357 0.5s linear;
}

@keyframes spin_357 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
h1 {
     font-weight: 100;
     color: #333;
     font-size: 20px;
     font-family: 'Franziska, Georgia, Cambria';
} 
.header{
    display:flex;
    justify-content:center;
    gap:20px;
    text-align:center;
}

.price{
    display:flex;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .containerline {
        flex-direction: column;
        align-items: center;
    }
}
.price .month{
    /* margin-left:0px; */
    align-items: center;
    margin-top:40px;
}
 .ce {
      display: flex;
      align-items: center;
    }