
#content {
	margin: 50px;
    padding: 30px;
	top: 25%;
    border: 4px double #b5b5b5;
    border-radius: 4px;
	box-shadow: 1px 8px 16px 1px rgba(0,0,0,0.3);
    background-color: white;
    position: relative;
    color: black;
}

#vertical-center {
    top: 50px;
}

.v-center {
   display: flex;
   align-items: center;
   justify-content: center;
}

.box-shift {
   padding-left: 40px;
}