body {
    font-family: Arial, sans-serif;
    height: 100vh;
    margin: 0;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display:flex;
  flex-direction: column;
  align-items: center;
  }
  
  button {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    background-color: #311d05;
    color: white;
    border: none;
    border-radius: 4px;
    outline: none;
  }
  
  button:hover {
    background-color: #844e0c;
  }

  .mother {
    display:inline-flex;
  }

  .top {
    margin-left: 5%;
    display:flex;
  }
  .wrapper {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  video {
    width: 500px;
    height: 400px;
    object-fit: cover;
  }

  h1 {
    color:#180e02;
  }

  #webcam-container {
    margin-left:20%;
  }

  .subDisplay{
    font-size: 50px;
    color:black;
  }

img {
  height:30px;
  width:30px;
}

.coffee{
  justify-content: center;
    align-items: center;
  position: relative;
}
