root{
    --wrapper-width: #820;
}

/* css reset - makes the layout looking good in all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

body {
	line-height: 1; 
	/*font:12px/20px Arial;*/
    font-family: Arial;
	background-color: grey; 
	}


/* Main Styles */	

.img{
    /*height: 200px;*/
    /*width: 200px;*/
    align-content: left; 
}

#wrapper{
    width: 250px;
    height: auto;
    background-color: lightgrey;
    margin: 10px; 
    border-radius: 30px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 10px;
    float: left;
    align-content: center;
    align-self: center;
}

#wrapper2{
    width: 150px;
    height: auto;
    background-color: lightgrey;
    margin: 10px; 
    border-radius: 30px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 10px;
    float: left;
    align-content: center;
    align-self: center;
}

#wrapper-vid{
    width: 250px;
    height: auto;
    background-color: lightgrey;
    margin: 10px; 

    border-radius: 30px;
    border-bottom-style: solid;
    border-bottom-color: blue;
    border-bottom-width: 10px;
    
    float: left;
    align-content: center;
    align-self: center;
}

#wrapper-img{
    width: 250px;
    height: auto;
    background-color: lightgrey;
    margin: 10px; 

    border-radius: 30px;
    border-bottom-style: solid;
    border-bottom-color: lightgreen;
    border-bottom-width: 10px;
    
    float: left;
    align-content: center;
    align-self: center;
}

#wrapper-img{
    width: 250px;
    height: auto;
    background-color: lightgrey;
    margin: 10px; 

    border-radius: 30px;
    border-bottom-style: solid;
    border-bottom-color: lightgreen;
    border-bottom-width: 10px;
    
    float: left;
    align-content: center;
    align-self: center;
}

#wrapper-date{
    width: 250px;
    height: 16px;
    background-color: yellow;
    margin-left: 10px; 

    border-radius: 30px;
    
    align-content: center;
    align-self: center;
    float: none;
}
#line{
    width: auto;
    height: 10px;
    background-color: darkred;
    margin: 10px; 
    border-radius: 10px;
    float: none;
}

#line2{
    width: auto;
    height: 2px;
    background-color: white;
    margin: 0px; 
    border-radius: 10px;
    float: none;
}

.list {
    list-style: none; 
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    padding: 10px;
}

.list2 {
    list-style: none; 
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    padding: 10px;
}

.list3 {
    list-style: none; 
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    padding: 0px;
}

.list4 {
    list-style: none; 
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    padding: 5px;
}

.title{
    color: white;
    font-size: 30px;
    text-align: left;
	font-weight: bold;
	text
	margin: 50px;
}

.title2{
    color: white;
    font-size: 20px;
    text-align: center;
}

.title3{
    color: white;
    font-size: 20px;
	font-weight: bold;
	margin-left: 50px;
}

a{
    text-decoration: none;
	font-weight: bold;
    color: white;
}

h1{
    font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
    color: white;
}

h2{
	font-size: 25px;
    text-decoration: none;
    color: white;
	margin-left: 50px;
	margin-right: 50px;
}

h3{
	font-size: 20px;
    text-decoration: none;
    color: white;
	margin-left: 50px;
	margin-right: 50px;
}

h4{
	font-size: 16px;
    text-decoration: none;
    color: white;
	margin-left: 50px;
	margin-right: 50px;
}

.tab1{
    align-self: left;
	border: 2px;
    margin: 0 auto;
}

.tab2{
    margin-left: 50 px;
    width: auto;
	vertical-align: middle;
}

.td{
    vertical-align: middle;
}

.date{
    text-decoration: none;
    font-weight: bold;
    color: black;
}
.name{
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.ul{
    margin-left: 30px;

/* page itself */
