*{
    padding:0;
    margin:0;
}
.Top{
    background-color:rgb(31,34,53);
    height: 70px;
    color:white;
    display:flex;
    justify-content: space-evenly;
    align-items:center;
    flex-wrap: wrap;
}
.logo{
    font-size: 20px;
}
.Nav{
    display: flex;
    flex-wrap: wrap;
}
a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    padding:15px;
    letter-spacing: 0.5px;
}
a:hover{
    color:red;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-style:dotted;
}
.heading{
    background-color:rgb(35,37,58);
    height:555px;
    color:white;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content:space-evenly;
}
.SocialMedia{
    margin:15px 0px;
}
.SocialMedia i{
    padding:10px;
    border-radius: 50px;
    border:1px solid #800900;
    color:white;
}
.SocialMedia i:hover{
    background-color:white;
    color:rgb(35,37,58);
    border:1px solid transparent;
}
h2{
    font-size: 50px;
    margin:10px 0px;
}
p{
    font-size: 18px;
    width:500px;
    margin:5px 0px;
}
.Portfolio_Button{
    width: 150px;
    height: 50px;
    border:1px solid white;
    font-size: 18px;
    color:white;
    background-color:transparent;
    border-radius: 50px;
    font-weight: bold;
    margin:5px 0px;
}
.Portfolio_Button:hover{
    background-color: red;
    border:1px solid transparent;
}
.Youtube_button{
    width: 120px;
    height: 50px;
    border:none;
    font-size: 30px;
    color:white;
    background-color:red;
    border-radius: 50px;
    margin:0px 20px;
}
.button{
    display: flex;
    align-items: center;
    margin:25px 0px;
}
.right{
    border:3px solid #1980d4;
    border-radius: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.right::before{
    content:"";
    position:absolute;
    width: 335px;
    height: 335px;
    border-radius: 300px;
    border:3px dotted #1980d4;
}