
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: white;
    font-family: roc-grotesk, sans-serif;
    background: linear-gradient(to bottom,#262262,#080055);
}
  
.h_container {
    height: 95vh;
    overflow: hidden;

}

.p_container {
    height: 80vh;
    overflow: hidden;

}
.body_menu {
    margin: 0;
    padding: 0;
    background-image: url(img/littlestar.png), linear-gradient(to bottom,#262262,#080055);
    font-family: roc-grotesk, sans-serif;
    color: white;
    background-size: 100%;
}


.Suebar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #191744;
    padding: 8px 12px;
}

.Suebar a {
    text-decoration: none;
    color: black;
}

.main:hover {
    background-image: url(img/Sue.png);
    width: 133px;
    height: 48px;
    background-size: 112px;
}

 .main {
 background-image: url(img/Pisces.png);
 width: 133px;
 height: 80px;
 background-size: 110px;
 background-repeat: no-repeat;
}

.logo {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-family: 'Orbitron', sans-serif;
    opacity: 100%;
    display: block;

}

.logo a{
    color: #fff;
}

.logo :hover {
    opacity: 0%;
}

.pisces {
    opacity: 100%;
}

.pisces:hover {
    display: block;
    opacity: 0;
}

.menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    border-radius: 100px;
    font-family: 'Pixelify Sans', sans-serif;
    font-size: 25px;
    color: black;
    font-weight: bold;
}


.menu li {
    padding: 8px 36px;   
    background-color: white;
    border-radius: 10px;
    margin: 0 20px
}

.menu li:hover {
    background-color:#FFF69F;
    border-radius: 10px;
    color: black;
}

.homepage{
    width: 100%;
}
.star1 {
    position: relative;
    bottom: 809px;
    left: 599px;
}

.star2 {
    position: relative;
    bottom: 490px;
    left: 450px;
}

.star3 {
    position: relative;
    bottom: 135px;
    left: 175px;
}

.star4 {
    position: relative;
    bottom: 247px;
    left: 477px;
}

.star5 {
    position: relative;
    bottom:  232px;
    left: 952px;
}

.background_img {
    background-image: url(img/H-star.png);
    background-size: 50%;
}

.YB {
    background-color: #FFF69F;
    color: black;
    padding: 5px;
}

.pixelb {
    font-family: 'Pixelify Sans', sans-serif;
    font-weight: bold;
}

.contentOne {
    font-size: 72px;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    width: 80%;
    margin: 55px auto 60px auto;
    background-color: #FFF69F;
    color: black;
}

.name {
    font-weight: bold;
}

.pixelb .name {
    width: 30%;
}

.contentTwo .YB {
    margin-left: 40px;
} 

.contentThree .YB {
    margin-right: 40px;
    padding: 5px 8px;
} 
.About {
    font-size: 36px;
    display: flex;
    margin: 0 auto 60px auto;
    width: 80%;
}

.contentTwo {
    width: 96%;
}

.About_contact .YB {
    position: relative;
    left: 41px;
}

.About_contact {
    margin-bottom: 40px;
}

.About_education {
    margin-bottom: 40px;
}

.small {
    font-size: 30px;
    margin-top: 40px;
    line-height: 1.23;
}

.star {
    display: flex;
    justify-content: space-evenly;
    margin: 50px auto;
}

.stars {
    background-image: url(img/P-star.png);
    background-repeat: no-repeat;
    width: 402px;
    height: 386px;
    background-size: 402px;
}

.stars:hover {
    background-image: url(img/Y-star.png);
    width: 402px;
    height: 386px;
    background-size: 402px;
}

.pixel{
    font-family: 'Pixelify Sans', sans-serif;
    font-weight: bold;
    font-size: 42px;
    position: relative;
    top: 254px;
    color: black;
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
}

.designlist {
 display: flex;
 justify-content: center;
}

.list {
    margin: 50px 40px;
    color: white;
    font-size: 36px;
    font-family: 'Pixelify Sans', sans-serif;
    font-weight: bold;
}

.list:hover{
    background-color: #FFF69F;
    color: black;
    padding: 0 5px;
}

.collection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    text-align: center;
}

.m_collection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    text-align: center;
    margin: 100px auto;
}
.artwork {
    font-size: 24px;
    width: 90%;
    margin: 30px auto;
}
.aboutwork {
    display: grid;
    grid-template-columns: 0.8fr 0.2fr 0.7fr;
    margin-bottom: 40px;
}
.aboutwork_vertical {
    display: grid;
    grid-template-columns:  0.6fr 0.2fr 0.75fr;
    margin-bottom: 40px;
}

.artimg {
    display: flex;
}

.item1 {
    font-weight: bold;
}

.explain {
    margin-left: 97px;
    line-height: 1.1;
}

.explain_vertical{
    margin-left: 133px;
    line-height: 1.1;
}

.bottom_bar {
    display: flex;
    font-size: 24px;
    justify-content: space-between;
    margin: 50px auto;
    align-items: center;
    width: 90%;
}

.navi {
    display: flex;
    width: 717px;
    justify-content: space-between;
}

.navi_bar :hover {
    background-color: #FFF69F;
    color: black;
    font-size: 24px;
    padding: 5px;
}

.mardi2 {
    margin-top: 40px;
}
.mg {
    margin-bottom: 40px;
}

main {
    width: 80%;
    margin: 50px auto;
    height: 100%;
    background-color: #fff;
    padding: 35px;
    color: black;
    outline: 9px dashed white;
    font-size: 48px;
}

h3 {
    margin: 0;
    margin-bottom: 40px;
}
.formrow {
	display: flex;
	margin-bottom: 4px;
}

.formrow label {
	width: 387px;
	display: block;
	font-size: 30px;
	color: #777;
	text-transform: uppercase;
}

.formrow input {
	width: 800px;
	padding: 8px;
	border-width: 0;
	background-color: #efefef;
	font-size: 35px;
	color: #777;
}

.formrow textarea {
	width: 800px;
	padding: 8px;
	border-width: 0;
	background-color: #efefef;
	font-size: 35px;
	color: #777;
}


.formrow input.button {
	width: 144px;
	background-color: #0f0c83;
	border-radius: 4px;
	color: #efefef;
	font-weight: 700;
	margin-top: 8px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
    font-family: roc-grotesk, sans-serif;
}

.formrow input.button:hover {
	background-color: #FFF69F;
	color: black;
	cursor: pointer;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	position: relative;
	left: 2px;
	top: 2px;
}

.con {
    margin-left: 20px;
    font-size: 19px;
}
.b {
    font-weight: bold;
    font-size: 24px;
}


footer {
    text-align: center;
    padding: 20px;
}