*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    align-content: center;
    
}
#head{
    font-family: "Bungee", sans-serif;
    font-weight: 10;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 1%;
    justify-content: flex-end;
    transform: translate(0, -50%);
    text-align: center;
    align-items: center;
}
#head #mbh{
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #292929;
    width: 20%;
    height: 7.5%;
    font-size: 15px;
    text-transform: uppercase;
}
#head #err1{
    font-family: "Roboto", sans-serif;
    color: #292929;
    height: 7.5%;
    font-size: 18px;
}
#head #err2{
    font-family: "Roboto", sans-serif;
    color: #292929;
    height: 7.5%;
    font-size: 18px;
}
#head .but{
    font-family: "Roboto", sans-serif;
    width: 15%;
    height: 5%;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #383c64;
    color: #fff;
}
#success{
    color: #5b5b5b;
}
#infoprod, #infocus{
    display: flex;
    justify-content: space-around;
}
#sect-left h1{
    font-family: "Bungee", sans-serif;
    position: relative;
    left: 85%;
}
#success h3{
    font-family: "Roboto", sans-serif;
    margin: 15px 0 0 0;
}
.disp{
    font-family: "Roboto", sans-serif;
    width: 500px;
}   
#empty{
    opacity: 0;
}
h2{
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
}
#infoCusReg{
    top: 30px;
    display: flex;
    justify-content: space-around;
    font-family: "Roboto", sans-serif;
}
#reg input{
    width: 600px;
    height: 30px;
}
#reg .regbut{
    font-family: "Roboto", sans-serif;
    width: 150px;
    height: 35px;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #383c64;
    color: #fff;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}
#reg #err3{
    font-family: "Bungee", sans-serif;
    color: #292929;
    height: 7.5%;
    font-size: 15px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
#reg h3{
    top: 60px;
    bottom: 0px;
    margin: 15px 0 0 0;
}