@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

nav {
    background-color: #f2f2f2
}

html {
    scroll-behavior: smooth
}

body {
    font-family: helvetica;
    margin: 0;
    overflow-x: hidden
}

li a {
    color: black;
}

.custom {
    width: 100px !important;
}

.footer-text {
    color: black;
}

.footer-text :hover {
    color: gray;
}

.card {
    margin-bottom: 50px;
}

.card-block img {
    width: 300px;
    border-radius: 150px;
}

.card-text {
    padding: 20px
}

.card-text p {
    font-size: 20px;
    margin-top: -7.5px;
    margin-bottom: 10px
}

.card-link {
    padding: 10px;
    color: #000;
    background-color: #f2f2f2;
    display: block;
    width: 200px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 1px #424242;
}

.sileo:hover {
    color: #2cb1be;
}

.zebra:hover {
    color: grey;
}

.installer:hover {
    color: cornflowerblue;
}

.cydia:hover {
    color: #925b3c;
}