custom

<!DOCTYPE html>
<html>
<head>
<title>Customize Your Glasses - Class Vintage</title>
<link rel="stylesheet" href="https://fonts.apple.com/fonts/san-francisco">
<style>
body {
font-family: "SF Pro Display", sans-serif;
font-size: 16px;
line-height: 1.4;
color: #333;
background-color: #f2f2f2;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color: #333;
margin-bottom: 20px;
}
p, ul, ol {
margin-bottom: 20px;
}
a {
color: #007aff;
text-decoration: none;
}
button {
background-color: #007aff;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 20px;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
button:hover {
background-color: #0063cc;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 50px;
background-color: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.preview {
margin-bottom: 20px;
}
.frame {
width: 200px;
height: 100px;
border: 1px solid #ccc;
background-color: #f2f2f2;
display: inline-block;
margin-right: 20px;
position: relative;
}
.color {
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 100%;
background-color: #ccc;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.color:hover {
width: 20px;
background-color: #007aff;
}
.selected {
width: 20px;
background-color: #007aff;
}
.option {
margin-bottom: 20px;
}
label {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
select {
padding: 10px;
border-radius: 5px;
border: 1px solid #ccc;
width: 100%;
font-size: 16px;
margin-bottom: 20px;
}
.submit {
display: block;
margin-top: 20px;
text-align: right;
}
.submit button {
margin-right: 0;
}
</style>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Customize Your Glasses</a></li>
<li><a href="#">Shop Glasses</a></li>
<li><a href="#">Information</a></li>
</ul>
</nav>
</header>

<section>
<div class="container">
<h1