@font-face {
    font-family: "montserrat";
    src: url(https://psychobabblestudios.com/meta/styles/fonts/montserrat/MONTSERRAT-MEDIUM.TTF) format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "montserrat";
    src: url(https://psychobabblestudios.com/meta/styles/fonts/montserrat/MONTSERRAT-BOLD.TTF) format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: "milker";
    src: url(https://psychobabblestudios.com/meta/styles/fonts/milker/MILKER.OTF);
}
@font-face {
    font-family: "talina";
    src: url(https://psychobabblestudios.com/meta/styles/fonts/talina-demo/TALINA-DEMO.OTF);
}
h1 {
    font-family: "milker", sans-serif;
    letter-spacing: 2;
    line-height: 1.25;
}
h2 {
    font-family: "montserrat", sans-serif;
}
h3 {
    font-family: "montserrat", sans-serif;
    line-height: 1.25;
}
p {
    font-family: "montserrat", sans-serif;
    line-height: normal;
    font-size: 18;
}
body {
    background-image: url("https://psychobabblestudios.com/meta/imgs/shared/BG.png");
    background-position: center;
    height: auto;
}
header {
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.title {
    height: 200px;
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    
}
.by {
    height: 200px;
    width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    margin-left: 20px;
}
portfolio {
    max-height: auto;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: space-evenly;
    align-content: center;
    padding-top: 20px;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.work {
    height: auto;
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-image: url("https://psychobabblestudios.com/meta/imgs/shared/work.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 5vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
    padding-right: 5vw;
    margin-left: -2vw;
    line-height: 0.5;
}
.menu {
    height: 725px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("https://psychobabblestudios.com/meta/imgs/shared/menu.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 0.01;
}
icons {
    width: 200px;
    display: flex;
    flex-direction: row;
}
.icon {
    width: 200px;
    border: 4px solid black;
    border-radius: 12px;
    margin-right: 1vw;
}