body {
background-color: black;
overflow-y: scroll;
}

h2 {
color:#fff;
margin:30 auto;
}

h3 {
color:#ddd;
}

img {
    margin-top: 7px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}

input[type="checkbox" i] {
  background-color: #fff;
  margin-left: 40px;
  width: 20px; 
  height: 20px; 
}
input[type="date" i] {
margin-left: 40px;
font-size: 20px;
color:#000;
}


label {
color:#ddd;
font-size: 20px;

}

button {
    box-shadow: 1px 3px 0px 0px #899599;
    background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
    background-color:#ededed;
    border-radius:10px;
    border:1px solid #d6bcd6;
    cursor:pointer;
    color:#3a8a9e;
    font-family:Arial;
    font-size:17px;
    padding:7px 25px;
    text-decoration:none;
    text-shadow:0px 1px 13px #e1e2ed;
    outline: none;
}

.small {
    font-size: 12px;
    padding: 3px 10px;
    border-radius:5px;

}

button:hover {
    color:#000;
}
button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translate(4px,4px);
}

.header {
margin:0 auto;
padding-top: 40px;
max-width: 600px;
}

.list{
    margin: 0 auto;
    max-width: 600px;
    padding: 0;
}
.hidden {
    opacity: 0;
    height: 0;
}

.about {
    margin-top: 60px;
        margin-left: auto;
    margin-right: auto;
    opacity: 0;

}
.about  p {
    text-align:left;
    font-family: "Helvetica Neue", "Lucida Grande", Arial,sans-serif;
    font-weight: 400;
    font-stretch: expanded;
    font-size:18px;
    letter-spacing: 0.05em;
    color:white;
    line-height: 24px;
    background-color:#000;
    max-width:570px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left:25px;
    margin-right: 25px;
}

.about2  p {
    text-align:left;
    font-family: "Helvetica Neue", "Lucida Grande", Arial,sans-serif;
    font-weight: 400;
    font-stretch: expanded;
    font-size:18px;
    letter-spacing: 0.05em;
    color:white;
    line-height: 24px;
    background-color:#000;
    max-width:570px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left:25px;
    margin-right: 25px;
}

/* Product image */

.photo{
    float:left;
    display: block;

    text-align: center;
    background-color: #000;
    box-shadow : 0 0 20px 8px #f3f3f3 inset;

    width: 215px;
    height: 125px;
    margin-right: 25px;
    padding: 20px 0;
    box-sizing: border-box;
}

.details {
    margin-top: -8px;
}


p {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    margin: 20px 0;
}
p a {
    font-size: 20px;
     color: #67d8da;

}
.footer {
    
    height: 25px; 
    position: fixed; 
    bottom:10px;
    right:10px;
    opacity: 0.0
    z-index: 2000;
}
a {
 font-size: 25px;   
 color: #67d8da;
 font-family: sans-serif;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #67d8da;
}

a:hover {
  text-decoration: none;
  color: #88ddff;
}

a:active {
  text-decoration: none;
}
@media (max-width: 600px){
    photo{
        float:none;
        margin: 0 0 25px 0;
    }
    details{
        float: none;
    }

    .card details {
        margin-top: 10px;
    }
    
        .card {
        max-width:265px;
        margin-left: auto;
        margin-right: auto;
    }


}

