*{padding: 0; margin: 0; box-sizing: border-box;}

body{
    overflow-x: hidden;
}

h1{
    font-family: 'Dancing Script', cursive;
}

.carousel-item img{
width: 100%;
height: 100vh;
}

.card-body img{
min-width: 50%;
max-height: 300px;
}

.profileImageSize{
width: 88%;
}

.logo{
    width: 5%;
}

.contact-container{
    border-radius: 20px;
}


