/* 
***************************
# The programs create @timqwees (TIM Nersisyan 241-321)
# My href link https://vk.com/timqwees
# GitHub TimQwees => artemon36
# Program's for Tim Qwees the university Moscow Politech =>  Web-Develops
# Get order on the create web-site, can here: https://t.me/timqwees
***************************
 */

 body {
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 }

.logo{position: absolute;top:1rem;left:1rem;width:5%;}

*{padding:0;margin:0;background:#f0f0f0;}
img{display: block;
  margin-left: auto;
  margin-right: auto;}
  .btn1{text-align:center;}
 .text{text-align:center;font-size:20px;margin-bottom:40px;font-family:sans-serif;}
 .error-text{text-align:center;padding:20px;  font-family: Cursive;
} .error{transition:opacity .5s ease;font-family: 'Roboto', sans-serif;font-size:1.5rem;text-decoration:none;padding:15px;background:#6200ee;color:#fff;border-radius:10px;} .error:hover{opacity:0.75;transition:opacity .5s ease;}