.AllRights{
	background-color: #1C0E43;
	padding: 10px;
	text-align: center;
	font-size: 1vmax;
	display: flex;
	justify-content: space-between;
}
.AllRightsSmallLeft{
    margin-left: 10%;
    text-align:center;
    color: white;
    align-items: center;
}
.AllRightsSmallRight{
    color: white;
    margin-right: 10%;
    align-items: center;
    text-align: center;
}