@charset "UTF-8";
/* CSS Document */

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    background-image: url(../Images-1/fishnet.png);
	
}
header {
    background-color: #FF0004;
    min-width: 70px;
    min-height: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
main {
    display: flex;
    flex-direction: row;
    align-content: center;
    background-repeat: repeat;
    background-image: url(../Images-1/graphic_design_is_my_passion.jpeg);
}
footer {
    border-radius: 9;
    border-color: #C900FF;
    border-style: dashed;
}
div {
    width: 200px;
    padding: 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,1,1,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,1,1,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,1,1,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,1,1,1.00) 100%);
    opacity: 0.53;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
#div1 {
    text-align: justify;
    text-decoration: line-through;
    border-bottom: 50px inset #00FFF2;
	text-decoration-color: #FFC500;     
	color: #C8FFD6;
}
#div2 {
    text-align: right;
    color: #03009D;
    text-indent: 6px;	
}
#div3 {
    font-weight: 900;
    color: #FF8A00;
    border: 32px double #334C34;
}
#div4 {
    font-variant: small-caps;
    text-align: center;
    color: #4E0073;
}

h1{
    font-family: 'Sacramento', cursive;
    font-size: 100px;
    text-align: center;
    color: #FF0004;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: 0% -17%;
    background-image: url(../Images-1/marc.png);
}
h2 {
    font-family: 'Blaka Ink', cursive;
    color: #23FF00;
    background-image:url(../Images-1/fastcar.png) ;
    background-attachment: scroll;
    background-position: 60% 60%;
}
p {
    font-family: 'Ballet', cursive;
    text-decoration: overline;
	text-decoration-color:#74827
}
