.float-right {
    float: right;
}
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;	
}

*, ::after, ::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
	float: left;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.container {
    width: 95%;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


