@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Prompt&display=swap');
body{
    background-color: #1a1e21;
    font-family: open-sans, sans-serif;
}
*{

    color: white;
}
.logo{
    width: 100%;
    margin: auto;
    display: block;
}
.wrapper{
    max-width: 800px;
    margin: auto;
}
.actions{
    max-width: 50em;
    margin: 0  auto;
}
.actions::after {
    content: "";
    clear: both;
    display: table;
}


.social-share, .email {
    border: 1px solid white ;
    margin: 1em  1em;
    padding: 1em;
    text-align: center;
    width: 20em;
    float: left;
    position: relative;
}
.actions{
    margin-bottom: 5em;
}
.email .field{
    display: block;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.email .field:last-child{
    margin-bottom: 0;
}
input[type="email"] {
    border: 1px solid white ;
    background-color: black;
    width: 100%;
    height: 2em;
    box-sizing: border-box;
    padding: 0.5em;
}

input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    line-height: 16px;
    display: inline-block;
}
label {
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    line-height: 16px;
    font-size: 0.9em;
    display: inline-block;
}
input[type="submit"] {
    background-color: white;
    color: #1a1e21;
    width: 100%;
    height: 2em;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}
.social-share-btn {
    font-size: 2em;
    margin: 5px;
    cursor: pointer;
}
.social-share-title {
    font-family: Prompt, sans-serif;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.social-share-extra {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}