
body {
    font-family: helvetica, arial, sans-serif;
    margin: 0em;

    /* background-color: #052a3f; */
    background-color: #052a3f;
    
  }
  
  h1 {
    padding-top: 5%;
    font-style: italic;
    color: #FF6F00;
    margin-left: 35%;
    font-size: 3em;
  }
  
  
  video {
    clear: both;
    display: block;
    margin: 10px;
    background: #000000;
    width: 400px;
    height: 400px;
    /* margin-left: 15%; */
    text-align: center;
  }
  
  /* button {
    padding: 10px;
    float: left;
    margin: 15px 3px 5px 5px;
  } */

  /* #buttons {
  margin-left: 10%;
  }
  
  ol {
    clear: both;
    margin-top: 5px;
    margin-left: 5%;
  } */
/* 
  ul {
    clear: both;
    margin-top: 5px;
    margin-left: 5%;
  }
  
  
  .removed {
    display: none;
  } */
  
  /* #status {
    margin-top: 5%;
    font-size:1.2em;
    margin-left: 5%;
    color: #d30000;
  }

  #status2 {
    font-size:1.2em;
    margin-left: 5%;
    color: #d30000;
  }

  #debugStatus {
    font-size:1.2;
    margin-left: 5%;
  } */




/* navbar */

/* Modify the background color */
/* .navbar-custom {
    background-color: #87b3cc;
  }
  
  .navbar-custom .navbar-brand {
    color: #efe7e7;
  }
  
  .navbar-custom .navbar-text {
    color: #f4e9e9;
  } */
  
  /* Set the border color */
  
  /* .custom-toggler.navbar-toggler {
    border-color: #0e3458;
    color: #b8cdd8;
  }
  
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239, 231, 231, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  } */
  
  /* .nav-item :active {
    color: #efe7e7;
  }
  
  .nav-link {
    color: #f0f0f5;
  } */
  
  #textInTheMiddle {
    background-color: #052a3f;
    align-items: center;
  }
  
  #textInTheMiddle {
    font-size: 0.9em;
    color: #ffffff;
  }

  #textInTheMiddle h1 {
    font-size: 3.1em;
    color: #b8cdd8
  }

  #textInTheMiddle p {
    font-size: 2.0em;
    color: #b8cdd8;
    text-align: center;
  }
  
  main {
    background-color: #052a3f;
    padding-top: 15%;
  }
  
  /* #photosUnderDescription {
    background-color: #ffffff;
    margin-top: 2%;
  }
  
  .btn {
    background-color: #052a3f;
    margin-top: 1.2%;
  }
  
  .navbar {
    background-color: #052a3f;
  } */
  
  /* #photoAndButtonAutomationsAndRobotics {
    text-align: center;
  }
  
  #photoAndButtonMobileRobots {
    text-align: center;
  }
  
  #photoAndButtonSoftwareDevelopment {
    text-align: center;
  } */
  
  /* img {
    margin-top: 0.1%;
    margin-bottom: 2%;
    transition: all 2s, transform 0.5s, box-shadow 0.5s;
    border-radius: 3%;
  }
  
  img:hover {
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.6);
    transform: scale(1.02);
  } */
  
  /* img:focus {
    box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.7);
    width: 86%;
    transform: none;
  }
  
  footer {
    background-color: #f0f0f5;
    text-align: center;
    font-size: 1em;
    padding-bottom: 0.5%;
  } */
/*   
  #linkedInFooter {
    margin-left: 2%;
    margin-right: 2%;
  }
  
  .bi {
    margin-top: 1%;
  } */
  /* h1 {
    font-size: 1.6em;
    color: #ffffff;
    padding-bottom: 0.5%;
    align-content: center;
  } */
  
  /* ul {
    color: #ffffff;
  } */
  
  /* .form {
    padding-top: 8%;
  }
  
  .form2 {
    padding-top: 8%;
  }
  
  .form3 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
   */

  /* #textInTheMiddle2{

 background-color: #efe7e7;
  } */


  /* Style for images of the animals */
  
  /* #img-id {
 margin-right: 2%;
  } */

  /* #prediction-first-photo{
    font-size:1.4em;
    margin-left: 5%;
    color: #d30000;
  } */

  /* #prediction-second-photo{
    font-size:1.4em;
    margin-left: 5%;
    color: #d30000;
  } */


  canvas{
    padding-top: 5%;
    width: 512px;
    height: 512px;
    align-items: center;
    margin-left: 35%;
  }

  #buttons{
    padding-top: 3%;
    margin-left: 46%;
    padding-bottom: 10%;

  }

  #play{
    padding: 1%;
  }

  #pause{
    padding: 1%;
    margin-left: 1%;
  }

  