* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
}
body {
    background-color: #435165;
}

.logo {
	width: 120px;
	height: 120px;
}

.navlogo {
	width: 80px;
	height: 80px;
}

h1 {
    color: #5b6574;
    font-size: 20px;
}
h2 {
    color: #5b6574;
    font-size: 16px;
}

.listing h1 {
	position: relative;
    color: #5b6574;
    font-size: 16px;
    border-bottom: 1px solid #dee0e4;
}

.nav {
    width: 100%;
    border-radius: 5px;
    margin: 5px auto;
}

.list {
    width: 600px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 8px auto;
    padding: 10px;
}
.list h1 {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #dee0e4;
}

.bubblebox {
	border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 10px;

    color: #5b6574;
    border-bottom: 1px solid #dee0e4;
	
    position: relative;
}


.item .box {
	border: 4px solid grey;
	border-radius: 16px;
}

.icon {
	width: 32px;
	height: 32px;
}

.photo {
	width:128px;
	height:128px;
}
.super {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
}

.title {
	color: #5b6574;
    font-size: 20px;
    
      width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}


.container {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

video, canvas {
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hidden {
	display: none;
}

textarea {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

button {
	margin: 10px;
	padding: 5px;
}
