@charset "utf-8";
@import url("../webfonts/DMSerifDisplay_Regular/stylesheet.css");
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
    background-color: #67304A;
    background-image: url(../images/ChatGPT%20Image%20Jun%205,%202026,%2011_55_28%20PM.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    font-family: "DMSerifDisplay Regular";
	color: black;
}

.main1{
	background-color: hsla(331,36%,67%,0.82);
	margin: 20px 20px;
	border-radius: 20px;
}

.input1 {
    float: left;
    text-align: left;
    padding: 40px 40px;
}
.output1 {
	float: right;
	text-align: center;
	margin: auto auto;
}

input[name="student"]{
    margin-bottom: 15px;
    border: 2px solid hsla(351,66%,16%,1.00);
    border-radius: 20px;
    background: linear-gradient(135deg,#B984A0,#D2A3BC);
    padding: 8px 8px;
}

input[name="points"] {
    width: 90%;
    margin-bottom: 15px;
    border: 2px solid hsla(351,66%,16%,1.00);
    border-radius: 20px;
    background: linear-gradient(135deg,#B984A0,#D2A3BC);
    padding: 5px 5px;
	text-align: center;
	font-size: 18px;
}
.btn{
    margin-top: 10px;
    padding: 7px 25px;
    border: 2px solid #4B1624;
    border-radius: 30px;
    background: linear-gradient(135deg,#B984A0,#D2A3BC);
    color: #2C0E17;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.btn:hover{
    background: linear-gradient(135deg,#D2A3BC,#B984A0);
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.3);
}

.btn:active{
    transform: scale(0.97);
}

.error {
    font-size: 28px;
	text-align: left;
    text-shadow: 0 0 5px hsla(351,23%,70%,1.00);
    color: hsla(332,56%,24%,1.00);
    margin-top: 50px;
    display: none;

}
.transcript {
    display: none;
}

#radios1{
    border-top-left-radius: 50px;
}

#radios2{
    border-top-right-radius: 50px
}

#radios3{
    border-bottom-left-radius: 50px;
    border-style: none;
}

#radios4{
    border-bottom-right-radius: 50px;
    border-style: none;
}






