html {
    background-color: rgba(56, 59, 63, 0.63);
}
body {
    text-align: center;
    width: 1200px;
    margin:0px auto;
    font-family: sans-serif;
    background-color: rgba(67, 80, 100, 0.267);
}
#imie {
 padding: 10px;
 font-size:70px;
 font-weight: bolder;
 color: rgb(141, 76, 76);
}
#srodek {
    font-size: 50px;
    color: steelblue;
    font-weight: bold;
}
#wysu {
    border: 4px solid #92920b;
    text-align: right;
    width: 200px;
    border-radius: 0 5px 5px 0;
    position: fixed;
    left: -120px;
    top: 200px;
    background-color: #ffff00;
    transition: 3s;
    font-size: medium;
    color: red;
    height: 100px;
}
#wysu:hover {
    left: 0px ;
    transition: 3s;
}
#wysu h3 {
    margin: 0px;
    margin-right: 10px;
    text-align: right;
}
#wysu a {
    margin-right: 83px;
    margin-top: 30px;
     display: inline-block;

}
a {
    text-decoration:none;
}
