html {
    height: 100%;
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

a {
    text-decoration: none;
    color: #1D1719;
}

.container {
    max-width: 72rem;
    margin: 0 auto;
    padding-top: 70px;
}

.linktree__logo {
    display: block;
    margin: 0 auto 15px;
    width: 250px;
    /* max-width:100%;
    height:auto; */
}

.linktree__logo-container {
    border-bottom: 15px solid #33AC5A;
}

.linktree__social {
    list-style: none;
}

.linktree__social li {
    margin: 0 15px;
}

.linktree__social i {
    font-size: 2.4rem;
}

.btn {
    margin: 15px 15px 0 15px;
    display: flex;
    justify-content: center;
    column-gap: 15px;
    font-size: 2rem;
    font-weight: bold;

    border: 1px solid #33AC5A;
    cursor: pointer;
    line-height: normal;
    padding: 1.5rem 3rem;
    text-align: center;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    align-items: center;
}

.btn:hover {
    color: #ffffff;
    background-color: #33AC5A;
}

.social__icon-container {
    margin: 0 7.5px;
}