.codebox pre {
    font-size: 14px;
}
.codebox .card-header {
    height: 29px;
}
.codebox .card-header .apple_button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    background-color: #47c652;
    margin-right: 5px;
}

.codebox .card-header .apple_button.red {
    background-color: #fa6454;
}
.codebox .card-header .apple_button.yellow {
    background-color: #febf40;
}
.codebox .card-header .apple_button.green {
    background-color: #47c652;
}
.code-line-numbers {
    width: 25px;
}
.code-line-numbers ul {
    list-style: none;
    border-right: 1px solid #e8edef;
}

@media (max-width: 425px) {
    #hero {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    #hero {
        min-height: 100vh;
    }
}

.table td {
    border: 0px;
}

.table tr {
    border: 0px;
}

.table th {
    border: 0px;
}

.btn_google {
    display: flex;
    align-items: center;
    background-color: #4e8ef7;
    color: white;
    border-radius: 50px;
    padding: 0px 20px 0px 0px;
    transition: all 0.1s ease-in-out;
}

.btn_google span:nth-child(1) {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 2px 0px 2px 2px;
    transition: all 0.1s ease-in-out;
}

.btn_google:hover {
    transition: all 0.1s ease-in-out;
    background-color: white !important;
    color: #4e8ef7;
}

.btn_email {
    display: flex;
    align-items: center;
    background-color: white;
    color: black;
    border-radius: 50px;
    padding: 10px 20px;
    margin-left: 10px;
    border: 2px solid black;
    transition: all 0.1s ease-in-out;
}
