.mainframe {
    position: absolute;
    left: 100px;
    top: 150px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 25px;
}

.week2 {
  	align-self: stretch;
  	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset, 0px 4px 4px rgba(255, 255, 255, 0.25) inset, 0px 0px 2px rgba(255, 255, 255, 0.1) inset;
  	backdrop-filter: blur(4px);
  	border-radius: 25px;
  	background-color: rgba(255, 255, 255, 0.01);
  	height: auto;
  	overflow: hidden;
  	flex-shrink: 0;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 4px 25px;
  	box-sizing: border-box;
  	gap: 9px;
}

.preview {
  	align-self: center;
  	display: flex;
  	justify-content: center;
  	width: 100%;
}

.week-2 {
  	font-size: 40px;
  	font-weight: bold;
  	text-align: center;
  	margin: 0;
  	color: #ffffff;
}

.in-week-2-our-course-was-being-parent {
  	display: flex;
  	flex-direction: column;
  	gap: 15px;
  	width: 100%;
  	align-items: flex-start;
}

.in-week-2-container {
  	display: flex;
  	flex-direction: column;
  	gap: 15px;
  	max-width: 900px;  
}

.blank-line {
  	margin: 0 0 10px 0;
}

.made-a-lighting-room-lighting {
  	margin: 0;
  	padding-left: 32px;
  	list-style-type: disc;
}

.made-a-lighting {
  	margin-bottom: 0px;
}

.image-2-icon {
  	width: 203px;
  	border-radius: 35px;
  	height: 183px;
  	object-fit: cover;
}

/* .image-2-icon {
  	width: 300px;
  	height: auto;
  	border-radius: 15px;
  	object-fit: contain;
  	margin-top: 15px;
} */

.searchframe {
    position: absolute;
    top: 15px;
    right: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset, 0px 4px 4px rgba(255, 255, 255, 0.25) inset, 0px 0px 2px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(4px);
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.01);
    width: 341px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0px;
    box-sizing: border-box;
    text-align: left;
    color: rgba(255, 255, 255, 0.35);
}

.search {
    width: 260px;
    position: relative;
    display: inline-block;
    height: 50px;
    flex-shrink: 0;
}

.searchimg-icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    object-fit: contain;
}

.backframe {
    position: absolute;
    top: 15px;
    left: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset, 0px 4px 4px rgba(255, 255, 255, 0.25) inset, 0px 0px 2px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(4px);
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.01);
    width: 175px;
    overflow: hidden;
    display: flex;
    justify-content: right;
    padding: 3px 0px;
    box-sizing: border-box;
    text-align: left;
    color: rgba(255, 255, 255, 0.35);
}

.back {
    position: relative;
    display: inline-block;
    height: 50px;
    flex-shrink: 0;
    right: 25px;
    font-weight: bold;
    text-decoration: none;
    font-family: inherit;
    color: inherit;
}
