body{
				background-color:#464850;
			}
			p{
				color:white;
			}
			.amg ul{
    display: inline-flex;
    margin: 10px;
}
.amg ul li{
    list-style: none;
    margin: 0 20px;
    color: #b2b1b1;
    cursor: pointer;
}