*{
    max-width: 100%;
    outline: none;
    font-family: sans-serif;
    box-sizing: border-box;
}

body{
    margin: 0;
    background:#101011 ;
}

main{
    text-align: center;
}

.continer{
    display: inline-block;
    width: 300px;
    margin-top:120px;
}

.logo {
margin-bottom:10px;
}

.logo img{
width:240px;
}


.title{
    font-size: 1.5em;
    color:white;
}

.but{
    margin-top:30px;
}
.but button{
   padding:14px; 
    background:rgb(7 134 255);
    color:white;
    width:60%;
    border:none;
    border-radius:6px;
    font-weight:bold;
}