body {
    background-color: black;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: lucida sans;
}
header{
    /* background-color:rgb(0, 0, 0); */
    width: 420px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 35px 150px auto;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    color: white;
    /* box-shadow: 0px 5px 3px 25px rgba(255, 255, 255, 0.5); */
}
.image {
    margin: 0;
    padding: 0;
    width: 100%;
}
h1 {
    /* background-color: rgba(255, 0, 0, 0.5); */
    width: 400px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 10px auto 5px;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    color: white; 
    border-bottom: 3px white solid;   
}
h2 {
    /* background-color: rgba(255, 255, 255, 0.9); */
    width: 400px;
    height: auto;
    position: absolute;
    top: 70px;
    right: 0;
    margin: 20px 10px auto;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 0, 0);
    text-shadow: 0 0 30px red, 0 0 20px red, 0 0 10px red;
}
section {
    background-color: rgba(255, 255, 255, 0.6);
    width: 400px;
    height: 77px;
    position: absolute;
    top: 113px;
    right: 0;
    margin: 48px 10px auto;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    justify-content: center;
    gap: 10px;
}
a .medsos {
    width: 50px;
    height: 50px;
}

a :hover {
    width: 55px;
    height: 55px;
}

p {
    /* background-color: rgba(255, 255, 255, 0.8); */
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    margin: 0px auto 5px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: rgb(2, 2, 2);
}

@media screen and (min-width:768px) and (max-width:1024px) {
body {
    background-color:rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    font-family: lucida sans;
}
.image {
    margin: 0;
    padding: 0;
    width: 100%;
    position:absolute;
}
header{
    background-color:rgb(0, 0, 0);
    width: 100%;
    height: 720px;
    position: relative;
    top: 600px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 25px;
    color: white;
}
h1 {
    background-color: rgba(255, 0, 0, 0.9);
    width: 80%;
    height: 150px;
    position: relative;
    top: 50px;
    right: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    align-content: center;
    justify-self: center;
    font-size: 30px;
    color: white;
    border-bottom: none;
}
h2 {
    background-color: rgba(255, 255, 255, 0.8);
    width: 80%;
    height: 150px;
    position: relative;
    top: 100px;
    right: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    align-content: center;
    justify-self: center;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-shadow: none;
}

section {
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    height: 150px;
    position: relative;
    top: 150px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    justify-self: center;
    align-content: center;
    gap: 10px;
}
a .medsos {
    width: 70px;
    height: 70px;
}

a :hover {
    width: 80px;
    height:80px;
}

p {
    /* background-color: rgba(255, 255, 255, 0.8); */
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
    font-size: 40px;
    color: rgb(255, 0, 0);
}
}

@media screen and (min-width:480px) and (max-width:768px) {
body {
    background-color:rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    font-family: lucida sans;
}
.image {
    margin: 0;
    padding: 0;
    width: 100%;
    position:absolute;
}
header{
    background-color:rgb(0, 0, 0);
    width: 100%;
    height: 720px;
    position: relative;
    top: 450px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 25px;
    color: white;
}
h1 {
    background-color: rgba(255, 0, 0, 0.9);
    width: 80%;
    height: 150px;
    position: relative;
    top: 50px;
    right: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    align-content: center;
    justify-self: center;
    font-size: 25px;
    color: white;
    border-bottom: none;
}
h2 {
    background-color: rgba(255, 255, 255, 0.8);
    width: 80%;
    height: 150px;
    position: relative;
    top: 100px;
    right: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    align-content: center;
    justify-self: center;
    font-size: 25px;
    color: rgb(0, 0, 0);
    text-shadow: none;
}

section {
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    height: 150px;
    position: relative;
    top: 150px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    justify-self: center;
    align-content: center;
    gap: 10px;
}
a .medsos {
    width: 70px;
    height: 70px;
}

a :hover {
    width: 80px;
    height:80px;
}

p {
    /* background-color: rgba(255, 255, 255, 0.8); */
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
    font-size: 28px;
    color: rgb(255, 0, 0);
}
}

@media screen and (min-width:320px) and (max-width:480px) {
body {
    background-color:rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    font-family: lucida sans;
}
.image {
    margin: 0;
    padding: 0;
    width: 100%;
    position:absolute;
}
header{
    background-color:rgb(0, 0, 0);
    width: 100%;
    height: 550px;
    position: relative;
    top: 200px;
    margin: 0;
    padding: 0;
    text-align: center;
    /* font-size: 25px; */
    color: white;
}
h1 {
    background-color: rgba(255, 0, 0, 0.9);
    width: 80%;
    height: 100px;
    position: relative;
    top: 50px;
    right: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    align-content: center;
    justify-self: center;
    font-size: 20px;
    color: white;
    border-bottom: none;
}
h2 {
    background-color: rgba(255, 255, 255, 0.8);
    width: 80%;
    height: 100px;
    position: relative;
    top: 100px;
    right: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    align-content: center;
    justify-self: center;
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-shadow: none;
}
section {
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    height: 100px;
    position: relative;
    top: 150px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    justify-self: center;
    align-content: center;
    gap: 10px;
}
a .medsos {
    width: 50px;
    height: 50px;
}

a :hover {
    width: 55px;
    height:55px;
}

p {
    /* background-color: rgba(255, 255, 255, 0.8); */
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 0, 0);
}
}

