body{
    margin-top: 2rem;
    background-color: #EDECEC;
}

h1{
    text-align: center;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 2.2rem;
}

p{
    text-align: center;
    font-family: OpenSans, sans-serif;
    line-height: 1.2rem;
}
.browser{
    border-right: 1px solid lightgray;
    padding: 1rem;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 300px;
    margin-top: 2rem;
}
.browser:nth-of-type(5){
    border-right: none;
}
.browser img{
    width: 6rem;
}

.browser p{
    margin: 2rem 0;
}

.browser-list{
    width: 100%;
    display: flex;
    
}
a.btn{
    border-radius: 5px;
    padding: 1rem;
    justify-content: center;
    display: flex;
    height: 1.2rem;
    color: white;
    font-family: OpenSans, sans-serif;
    text-align: center;
    text-decoration: none;
    margin: auto 0;
    
}

.edge{
    background-color: #00d3fe;
}

.firefox{
    background-color: #f5aa37;
}

.chrome{
    background-color: #f5c243;
}
.opera{
    background-color: #f76e5b;
}
.safari{
    background-color: #00b0eb;
}
.loesung img{
    text-align: center;
    width: 30%;
    margin-top: 1.5rem;
    
}
.loesung a{
    display: flex;
    align-items: center;
    justify-content: center;
}