﻿

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.textRED{
    color:red;
    font-weight:bold;
}



.mainPageIcon {
    height: 360px;
    padding: 20px;
}

.mainPageIconInside {
    /*background-color: #FD5D14;*/
    border-color: black;
    border:solid 5px black;
    padding: 5px;
    border-radius: 10px;
    height:325px;
}

.mainPageIconInside2 {
    /*background-color: cadetblue;*/
    border: solid 5px black;
    border-color: black;
    padding: 5px;
    border-radius: 10px;
    height: 325px;
}

.AdminPageIcons {
    height: 200px;
    padding: 20px;
}

.AdminPageIconInsides {
    /*background-color: #FD5D14;*/
    border: solid 5px black;
    border-color: black;
    padding: 15px;
    border-radius: 10px;
    color: white;
    height:175px;
}

.imgheight{
    height:40px;
}

.redText{
    color:red;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid black;
    margin: 1em 0;
    padding: 0;
}