body {
    background: black;
    color: white;
    text-align: center;
}

h1 {
    font-size: 68px;
    margin: 0px;
}

h3 {
    font-size: 32px;
    margin: 0px;
}

a {
    color: white;
}


.container {
    margin-top: 50px;
}

img {
    max-width: 100%;
    height: auto;
}

.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.icon {
    width: 50px;
    height: 50px;    
}

.actions > div {
    padding-top: 10px;
    padding-bottom: 10px;    
    padding-left: 40px;
    padding-right: 40px;
}

.action-title {
    font-size: 28px;
}

.action-subtitle {
    font-size: 20px;
}

.footer {
    margin-top: 50px;
    font-size: 20px;
    margin-bottom: 50px;
}
