﻿:root {
    --main-color: #c81414;
    --hover-color: #ffff00;
    --text-color: #212529;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-40 {
    margin-top: 40px;
}
.p20{
    padding: 20px;
}
.p50 {
    padding: 50px;
}
.m-w-320{
    max-width: 320px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.p-b-15{
    padding-bottom: 15px;
}