@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
    font-family: Roboto !important;
    background-color: #e5e7eb;
    display: flex;
    justify-content: center;
}

.container {
    border-radius: 0 !important;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}

.input-container {
    display: flex;
}

.form-control {
    width: 100%;
    padding: 0.5rem;
    border-radius: 0 !important;
}

.btn {
    border-radius: 0 !important;
}

.btn-primary {
    border-radius: var(--bs-btn-border-radius) !important;
}

.copy-button {
    border: none;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}

#noti {
    width: max-content;
    float: right;
    position: absolute;
    bottom: 0%;
    right: 1%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}
