section.intro {
    opacity: 0.75;
    color: white;
    text-shadow: 1px 1px 4px black;
    text-align: center;
}

section.intro .ic {
    width: 120px;
    height: 120px;
    border-radius: 7%;
    box-shadow: 4px 4px 10px black;
    margin-top: 32px;
}

section.intro .ic:hover {
    filter: scale(1.05);
}

section.intro h1 {
    margin-top: 16px;
    margin-bottom: 16px;
}

section.intro .desc {
    text-indent: 2em;
    word-wrap: break-word;
    line-break: anywhere;
    text-align: start;
}

section.user {
    text-align: center;
}

section.user p {
    margin-top: 16px;
}

section.user .download {
    border-radius: 10%;
    background-color: rgb(69, 69, 69);
    padding: 5px;
    font-size: smaller;
}

section.screen * {
    display: block;
    margin-top: 16px;
}

section.screen img {
    width: 100%;
    border: rgb(255, 255, 255, 0.6) 1px solid;
    box-shadow: 4px 4px 5px rgb(0, 0, 0);
}