* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active {
    color: orange;
}

body {
    /* background-color: rgb(255, 255, 255); */
    margin: 0;
    border: 0;
    font-family: 'Mitr', sans-serif;
    background: url(../img/Background-02.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.container {
    position: relative;
    max-width: 700px;
    width: auto;
    margin: 0 auto;
    padding: 20px;
}

.avatar {
    position: relative;
    margin: 8px auto;
    height: 85px;
    width: 150px;
    text-align: center;
    background-image: url(../img/Logo-Raccoo-Transp.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.instalink {
    position: relative;
    margin: -10px auto;
    height: 40px;
    width: auto;
    max-width: 700px;
    text-align: center;
    color: rgb(175, 85, 2);
    cursor: pointer;
}

.button {
    position: relative;
    margin: 10px auto;
    background-color: rgba(19, 19, 19, 0.863);
    height: 80px;
    max-width: 300px;
    width: auto;
    border-radius: 12px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: aliceblue;
    cursor: pointer;
}

.buttonicon {
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border-radius: 4px;
}

.buttonicon img {
    height: 70%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

@media only screen and (max-width:640px) {
    body {
        background: url(../img/Background-02.jpg) no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 70% center;
    }

    .button {
        height: 64px;
        max-width: 250px;
    }
}