#top {
    height: 50px;
    width: 100%;
    border-bottom: lightgray 1px solid;
    margin-bottom: 10px;
    background-color: #000000;
    position: static;
	align-items: center;
	justify-content: center;
}
#toplogo {
	height: 100%;
	width: auto;
}
.back {
    width: 500px;
    height: 130px;
    background-color: rgba(0,0,0,0.07);
    display: inline-flex;
    border-radius: 10px;
    margin: 0px 30px 30px 8px;
    transition-duration: 0.25s;
}
#textlogo {
	color: #FFFFFF;
}
.head {
    float: left;
    display: block;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 10px;
}
.name {
    margin: 10px 10px 20px 10px;
    font-size: 30px;
    height: 40px;
    width: 500px;
    clear: right;
    float: left;
}
a {
    color: black;
    text-decoration: none;
}
.up {
    height: 100px;
    width: border-box;
    display: flex;
    align-items: center;
    border-bottom: lightgray 1px solid;
    margin-bottom: 10px;
}
.but {
    border: white solid 30px;
    color: black;
}
#logo {
    height: 90px;
    width: 360px;
}
.back:hover {
	box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.24);
}
.txt {
    float: left;
    width: 300px;
    height: auto;
}
body {
	margin: 0px 0px 0px 0px;
	align-items: center;
	justify-content: center;
}