body {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 15px;
    width: 500%;
    font-family: "Manrope";
}
#wire-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.readme {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
background: #f7f7f5;
}
.img1 {
    width: 800px;
    margin: 5px auto 20px auto;
}
h2 {
    font-size: 24px;
}
p{
    font-size: 15px;
}
.btn {
    display:inline-block;
    border-radius:4px;
    background-color: rgb(53, 230, 53);
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    margin-right: 690px;
}
a {
    text-decoration: none;
    color: white;
}
.btn:hover{
    padding-right: 25px;
    transition: 0.5;
}
.question1 {
    margin-left: -218px;
    margin-bottom: 1px;
}
/* section-structure*/
#structure-section {
    display: flex;
    justify-content: center;
    margin: 10px auto 50px;
    padding: 10px;
    width: 400px;
}
/*.git-structure {
    padding: 20px;
    margin-top: 30px;
}*/
.img-structure {
    margin-left: 2px;
    padding: 0 6px;
    width: 400px;
}
.branch-float{
    margin-left: 15px;
    margin-right: 30px;
}
h3 {
    font-size: 15px;
    display: flex;
    justify-content: left;
}
.paragraph {
    float: left;
    font-size: 12px;
    width: 300px;
}
.btn-2 {
    display: inline-block;
    border-radius: 4px;
    background: rgb(53, 230, 53);
    border: none;
    color: rgb(10, 10, 11);
    text-align: center;
    font-size: 22px;
    font-weight: 600px;
    padding: 10px;
    cursor: pointer;
    
}
.git-structure-2 {
    display: block;
    margin-top: 50px;
}
.footer {
    display: flex;
    justify-content: center;
    font-style: italic;
    background-color: rgb(53, 230, 53);
    color: white;
}
/* section responsive*/
@media (max-width: 768px) {
    header #wire-header,
    header h1,
    header p {
        float: none;
        text-align: center;
        width: 100%;
}
.readme {
    float: none;
    text-align: center;
}
.img1{
    width: 100%;
}
.question1{
    padding-left: 20px;
    float: none;
    text-align: center;
    width: 100%;
}
.question1 h2{
    float: none;
    text-align: center;
    width: 100%;
    margin-left: 60px;
    font-size: 24%;
}
.question1 p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: none;
    padding-left: 100px;
}
.btn{
    display: block;
    text-align: center;
    margin-right: 10px;
}
/*article section*/
#structure-section {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
}
#structure-section .git-structure{
    float: none;
    text-align: center;
    width: 100%;
    display: block;
}
#structure-section .img-structure{
    width: 100%;
    margin-right: 80px;
}
.branch-float{
    float: none;
    text-align: center;
    width: 100%;
}
#structure-section .branch-float h3{
    float: none;
    text-align: center;
    width: 100%;
}
#structure-section .branch-float p{
    margin-right: 10px;
    width: 100%;
}
#structure-section .git-structure-2{
    float: none;
    text-align: center;
    width: 100%;
    display: block;
}
.footer{
    float: none;
    text-align: center;
    margin-left: 60px;
}
}