body {
    background-color: black;
    color: white;
    max-width: max-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family : 'Ubuntu', sans-serif;
}

div {
    width: max-content;
    position: relative;
}

h2, h3 {
    text-align: center;
}

.actions li {
  display: inline;
  list-style-type: none;
  padding: 0px;

  font-size: 1.2em;
}

.actions ul {   
    padding-inline-start: 0px;
    text-align: center;
}

.apps li {
    display: inline;
    list-style-type: none;
    padding: 10px;
  
    font-size: 1.2em;
}
  
.apps ul {   
    padding-inline-start: 0px;
    text-align: center;
}

.app-icon {
    border-radius: 50px;
    width: 70px;
    height: 70px;
}

.icon {
    color: #222;
    padding: 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    transition: 0.5s;
}

.icon:hover {
    color: white;
    background: black;
}

.link {
    color: white;
    text-decoration: none;
}
