@font-face {
    font-family: Who Asked Stan;
    src: url('Fonts/who asks satan.ttf');
}
html{
    color: #cccccc;
    background: #333333 url('Background1.jpg');
}

body{

    min-width: 1000px;
    font-family: Who Asked Stan;
    font-size: 16pt;
    margin-left: 250px;
    color: rgb(255, 255, 255);
    padding: 30px;
    width: 900px;
    margin: 50px auto;
    border: 4px double rgb(117, 117, 117);
    border-radius: 15px;
    text-align: center;

}
header{
    background: black;
    padding: 20px;
    text-align: center;
}

p{
    font-family: Who Asked Stan;
    font-size: 80pt;
    color: rgb(255,250, 250);
    margin: 0;
    text-align: center;
}
nav{
    background: rgb(58, 56, 56);
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 20px rgb(255, 254, 254);
}
nav a{
    color: rgb(255, 255, 255);
    margin: 0 30px;
    font-size: 24pt;
    text-decoration: none;
    box-shadow: 0 20px 40px rgb(22, 22, 22);
}
nav a:hover{
    color: rgb(255, 255, 255);
    text-shadow: 1px 2px 3px black;
}

h1{
    font-size: 64pt;
    font-weight: normal;
    color: rgb(255, 255, 255);

}
footer{
    color: rgb(255, 246, 246);
    background: rgb(17, 17, 17);
    padding: 20px;
    opacity: 0.75;
    text-align: center;
}
section {
    width: 810px;
    margin: 70px auto;
    padding: 0 40px 20px 40px;
    background: black;
    border: 10px solid rgb(255, 255, 255);
    text-align: center;

}


h2{
    font-weight: normal;
    font-size: 50pt;
    color:rgb(255, 238, 238)
}

h3{
    font-weight: normal;
    font-size: 35;
    color: rgb(167, 104, 104);
    font-family: Who Asked Stan;
}

p1{
    font-family: Who Asked Stan;
    font-size: 25;
    color: rgb(255, 239, 239);
    margin: 32px 0 24px 0;
    text-align: center;
}

img {
    border: 5px solid rgb(255, 255, 255);
    margin: 0 12px 10px 0;
    padding: 30px;
    width: 900px;
}
a {
    color: rgb(128, 128, 128);
}

a:hover {
    color: rgb(110, 110, 110);
}
