.admin-view {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.h1Element{
  display: flex;
  justify-content: center;
  margin-bottom:30px;
}
.styled-container {
  padding: 20px;
  border: 1px solid #dee2e6; 
  border-radius: 0.375rem; 
  margin-bottom: 50px; 
}
.styled-label {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  color: #333;
}
.styled-input {
  width: 100%;
  padding: 6px !important;
  padding-left: 20px !important;
  border: 1px solid #dee2e6 !important; 
  border-radius: 0.375rem !important; 
  box-sizing: border-box;
}
.styled-submit {
  width: 100%;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 11px 15px !important;
  border-radius: 5px;
  cursor: pointer;
}

.embed-container {
  height: 100vh;
  width: 100%;
  position: relative;
}