@import url('https://fonts.googleapis.com/css?family=Roboto');
body
{
	height: 100vh;
	font-family: 'Roboto', sans-serif;
}
.quote
{
	font-style: italic;
	display: inline;
}
.boldText
{
	font-weight: bold;
	display: inline;
}

.tab {
    overflow: hidden;
    border-style: dashed;
    border-size: 1px;
}

.tab a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    color: black;
    text-decoration: none;
    transition: 0.3s;
}

.tab a:hover {
    background-color: #ddd;
}

.tab a:focus, .active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-right-style: dashed;
    border-size: 1px;
}
.bottomContent
{
    position: absolute;
    bottom: 0px;
    vertical-align: bottom;
}
.imgClass
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: lightgray;
}
