
#baner{
  width: 80vw;
  
  height:40vh;
    object-fit: cover;
  }
html{
  overflow:auto;
  
  }
body{
  width:80vw;
  }

 
#profilowe{
  border-radius: 100%;
  width: 200px;
height: 200px;
  object-fit:cover;
  margin: 10px;
  }
h1{
  
  align-items:center;
  margin-right: 10px;
    display: flex;
font-size: 50px;
  font-weight: 900;
  object-fit: scale-down;
  }

#weryfikacja
{
  width: 50px;
  margin: 10px;
  display:flex;
  }
#mod
{
  color: #a634f7;
  font-size: 12px;
  border: 3px solid #a634f7;
  padding: 2px;
  margin-bottom:0px;
  margin-right: 10px;
  }
#mod2
{
  color: #a634f7;
  font-size: 10px;
  border: 3px solid #a634f7;
  padding: 2px;
  margin-bottom:0px;
  margin-right: 10px;
  }
#profilowe2
{
  height: 60px;
object-fit:cover;
  width: 60px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
  
  }
#profil
{
padding: 8px;
  padding-left: 0px;
}
.wiad
{
 padding: 100px;
 
  
}
#weryfikacja2{
  width: 30px;
  display:flex;
  }
#wiadomosc{
  background-color: rgba(30, 33, 36, 0.7);
  width: 80vw;
  border-radius: 10px;
 padding: 10px;
  margin: 10px;
  align-self: center;
   justify-self: center;
  }
#znacznik1{
  color: #b71cff;
   text-align: center;
  }
#znacznik2{
color:  #ff2121;
   text-align: center;
  }
#edytuj{
  text-decoration: none;
  font-size: 25px;
  margin-left: 10px;
  color: white;
  background-color: #7785cc;
  border-radius: 8px;
  padding:2px;
  }
#zdjecie
{
  height: 300px;
  width: auto;
}
#powrot{
  float:left;
  position: absolute;
  left: 30px;
  top:30px;
  color:white;
  background-color: RGBA(0, 0, 0, 0.3);
  border-radius: 15px;
  text-decoration: none;
  padding: 10px;
  font-size: 30px;
  border: 2px solid white;
  }

