#install{
    height: 60px;
    background-color: #ED4C67;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 35px;
}

#install:not([hidden]) ~ flutter-view {
  margin-top: 60px;
}