body{
    font-family: "Balsamiq Sans", serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #fefae0;
    font-size: 27px;
}
.Name{
    font-size: 70px;
    padding: 50px;
    text-align: center;
    background-image: url("ChochyColors.png");
    background-size: 100% 200%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.NameDontBlockRestOfStuffPls{
    font-size: 70px;
    padding: 50px;
    text-align: center;
    background-image: url("ChochyColors.png");
    background-size: 100% 200%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.Main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
    margin: 2.5%;
}
.Main p{
    margin: 2.5%;
}
.Main h1{
    margin-left: 10px;
}
.Main img{
    height: 150px;
    width: auto;
    float: left;
    margin-right: 10px;
}
.ChoccDogg{
    border-top: 5px #cecbb6 solid;
    font-size: 50px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    display: inline-block;
    margin: 10px;
    padding: 10px;
}