* {
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

img {
    margin: 0;
    display: block;
    position:absolute;
}

body {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top:150px;
    margin: 0;
}

.copyfield {
    display: flex;
    align-items: center;
    background-color: #212121;
    border-radius: 5px;
}
#link {
    width: 250px;
    padding: 7px 5px;
    border: 1px solid #212121;
    background-color: #fff;
    border-radius: 5px;
    font-size: 19px;
    overflow-x: scroll;
}

#link::-webkit-scrollbar {
    display: none;
}

#copy-btn {
    color:#fff;
    padding: 0 20px;
    font-size: 18px;
    cursor:pointer;
}