body {
    background-repeat: no-repeat;
    background-size: cover;
}



.container {
    width: 650px;
    margin: auto; /* 20px margin on top and bottom, 20px margin on left and right */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 20px;
}


form {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 20px;
}

input {
    width: 600px;
    margin-bottom: 15px;
}

button {
    background-color: #007BFF;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

button:hover {
    background-color: #0056b3;
}

#linksContainer {
    display: flex;
    flex-direction: column;
}

#pv-txt {
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
}

.link-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 20px;
}

.delete-button {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    margin-right: 20px;
}

.delete-button:hover {
    background-color: #bd2130;
}

.name-enter {
    width: 650px;
    margin: auto; /* 20px margin on top and bottom, 20px margin on left and right */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 20px;
}

#custom-name {
    margin-top: 10px;
}

#remove-name,
#set-name button {
    margin-bottom: 10px;
}

.pv p {
    font-size: 10px;
    text-align: center;
}

.custom-background {
    width: 650px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
}

.custom-background h2 {
    margin-bottom: 15px;
}

.custom-background label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 20px;
}

.custom-background select, .custom-background input {
    width: 600px;
    margin-bottom: 15px;
}

.custom-background button {
    background-color: #007BFF;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

.custom-background button:hover {
    background-color: #0056b3;
}

#customBackgroundOptions {
    display: none;
}

.color-options {
    width: 650px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
}

.color-options h2 {
    margin-bottom: 5px;
    margin-top: 15px;
    margin: auto;
}

.color-options label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 20px;
}

.color-options select {
    width: 600px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.customise-dropdown {
    text-align: center;
    width: 650px;
    margin: auto;
}

.customise-dropdown h2 {
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 20px;
    background-color: #fff;
}

#customizationToggleBtn {
    background-color: #007BFF;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 10px;
}

.customise-options {
    display: none;
}

.customise-options.show {
    display: block;
}

.pv {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 650px;
    border-radius: 20px;
}

.customise-dropdown-1 {
    display: none;
}
