.container-1{
    background-color: white;
    width: 40%;
    max-width: 1000px;
    border: 5px solid black;
    margin-left: auto;
    margin-right: auto;
}
.container-2{
    width: 40%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.container-3{
    width: 40%;
    max-width: 1000px;
    height: 100%;
    max-height: 1000px;
    margin-left: auto;
    margin-right: auto;
}
iframe{
    width:100%;
    height: 300px;
    max-width: 1000px;
}
.splash {
    width: 100%;
    height: auto;
}
.button-web {
    width: 20%;
    height: 20%;
}
#name {
	font: Times New Roman;
    font-size: 1vw;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: blue;
	text-decoration-line: underline;
	text-decoration-style: single;
}
.container-new1{
    background-color: rgb(31, 25, 117);
    width: 40%;
    max-width: 1000px;
    border: 5px solid rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
}